Skip navigation.
Home

Reply to comment

Using Subversion

Category:

If you're too impatient to wait for even developer releases, you can get the current version of the filer and other programs directly from subversion.

This is the version that the developers are actually working on at the time.

ROX-Filer has moved!

ROX-Filer has moved from subversion to git, so see the git instructions instead. The other components are still in subversion for now.

Fetching the latest version of a program

You can view the repository contents online here.

To checkout a module (e.g., Edit) using subversion, use this command:

svn co https://rox.svn.sourceforge.net/svnroot/rox/trunk/Edit

For more information on using subversion, see the SF.net instructions.

Snapshots

If you don't have a subversion client, you can download the daily snapshots instead. These are generated at around 0710 each day (UK time) from https://rox.svn.sourceforge.net/svnroot/rox/trunk/ for each application, except for ROX-Filer which is now generated from the primary git repostitory .

Why are some files missing from my checked-out version of ROX-Filer?

To get a complete system, you also need to create Manual.html from Manual.xml (by running make in the src/Docs directory) as well as recreate the various language translations. These files are not in subversion because they are generated from other files.

However, the daily snapshots do have these files included.

Reply

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <h1> <h2> <h3> <h4> <img> <pre> <b> <i> <blockquote>
  • Lines and paragraphs break automatically.
  • Link to content with [[some text]], where "some text" is the title of existing content or the title of a new piece of content to create. You can also link text to a different title by using [[link to this title|show this text]]. Link to outside URLs with [[http://www.example.com|some text]], or even [[http://www.example.com]].
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>.

More information about formatting options