Getting Bluefish: Difference between revisions

From Bluefish Wiki
Jump to navigation Jump to search
(New point: SVN.)
(Complete subversion info.)
Line 13: Line 13:
The source code is also via subversion. For the current stable tree (1.0) use:
The source code is also via subversion. For the current stable tree (1.0) use:


<pre>svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/trunk/bluefish/</pre>
svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/trunk/bluefish/


For the current development tree (1.3) use:
For the current development tree (1.3) use:


<pre>svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/branches/bluefish_1_0/</pre>
svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/branches/bluefish_1_0/
 
If you need a special release, it can be retreived via (replace ''X'',''Y'',''Z'' with the version numbers, e.g. ''1'', ''3'' and ''7''):
 
svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/tags/bluefish_X_Y_Z

Revision as of 20:03, 29 September 2009


Downloading a source tarball

The source tarballs for Bluefish can be downloaded from the project master server (or one of its mirrors) or sourceforge.net.

For the stable tree, check out [1] on the master server. For the development version use [2]. The sourceforge.net server has both versions on the same site.


Downloading the source via Subversion

The source code is also via subversion. For the current stable tree (1.0) use:

svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/trunk/bluefish/

For the current development tree (1.3) use:

svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/branches/bluefish_1_0/

If you need a special release, it can be retreived via (replace X,Y,Z with the version numbers, e.g. 1, 3 and 7):

svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/tags/bluefish_X_Y_Z