Difference between revisions of "Subversion"

From NikiWiki
Jump to: navigation, search
(Basic setup)
(Simple checkout)
Line 13: Line 13:
 
After you installed subversion you can do a checkout of a project like this:
 
After you installed subversion you can do a checkout of a project like this:
  
  svn co http://svn.netlabs.org/repos/projectname
+
  svn co --username <myuser> http://svn.netlabs.org/repos/projectname
  
 
Where projectname needs to be replaced by one of our projects for sure :)
 
Where projectname needs to be replaced by one of our projects for sure :)

Revision as of 09:03, 5 September 2005

netlabs.org Subversion repositories

Basic setup

For new projects we provide Subversion repositories instead of CVS as so far. To access that you need a subversion client:

There are also versions for Linux, BSD, Mac & Windows.

The OS/2 version seems to have a but right now, you have to SET LANG=en_US to get it to work properly at the moment.

Simple checkout

After you installed subversion you can do a checkout of a project like this:

svn co --username <myuser> http://svn.netlabs.org/repos/projectname

Where projectname needs to be replaced by one of our projects for sure :)

More

We will show some more examples later, feel free to add more yourself :)