Realistic Landscape Creation Tool
 

Your Position: Join Wing -> Project Administration

Project Administration


1. SVN Repository Administration

The directory layout of SVN repository is not permanent. One can reorganize the repository at any time. Because branches and tags are ordinary directories, the "svn move" command can move or rename them however you wish. Switching from one layout to another is just a matter of issuing a series of server-side moves.

Need Help: How to move svn directory in server?

2. Upload web pages

Install WinScp first. You may also need to set up putty to avoid inputing password.

Run WinScp, input user_name,wing-007@web.sourceforge.net at "Host name", input 22 at "Port number". Select "SFTP" as the protocol and check "Allow SCP fallback".

Click "Login". After login succeeded, you will find a folder named "htdocs" under the remote directory. Upload web pages there. Notice, the home page must be "index.html" and the file name is case sensitive.

3. Manage maillist

You can manage the mail list at:

https://lists.sourceforge.net/lists/admin/wing-007-technical

Mail list members can manage their subscription at:

https://lists.sourceforge.net/lists/listinfo/wing-007-technical

4. Upload file release

Install WinScp first. You may also need to set up putty to avoid inputing password.

Run WinScp, input user_name@frs.sourceforge.net at "Host name", input 22 at "Port number". Select "SFTP" as the protocol and check "Allow SCP fallback".

Click "Login". After login succeeded, you will find a folder named "uploads" under the remote directory. Upload file packages there.

You can then manage your uploaded file.

5. Publish a release

When will be appropriate to publish a release?

    Usually, 10 important features lead to a sub version. When there are at least 20 sub versions, admin can change the major version number. But this depends on the admin.

What packages do we have?

  • Wing SDK (pre-built SDK, include samples, dll, lib, include, help and minimal resources)
  • Wing Editor (Editor and minimal resources)
  • Wing Source (All source code that can rebuild a wing editor, include implementation document, help, include, samples, examples, and minimal resources)
  • Wing External (All external libraries and tools in order to build wing source code)
  • Wing Resource (Extended resource package)

How to publish a release?

    Each package has multiple releases, each release has a major version number and a sub version number. External and Resource package may have different versions other than WingSDK, Editor and Source.

 


If you have any questions, please send a mail to renqilin at users.sourceforge.net
Get Wing at SourceForge.net. Fast, secure and Free Open Source software downloads