Difference between revisions of "Using Subversion"

From GNUstepWiki
Jump to navigation Jump to search
Line 5: Line 5:
 
  svn list svn+ssh://svn.gna.org/svn/gnustep/devmodules
 
  svn list svn+ssh://svn.gna.org/svn/gnustep/devmodules
  
without having to type a password or in some way change the above command, you will need to visit the [[Svn SSH Setup] page (this includes if you have to specify a different user).
+
without having to type a password or in some way change the above command, you will need to visit the [[Svn SSH Setup]] page (this includes if you have to specify a different user).

Revision as of 00:03, 30 January 2006

Setting up Subversion for Developer Use

The first thing you will want to do is setup the ssh access to svn.gna.org. If you cannot type

svn list svn+ssh://svn.gna.org/svn/gnustep/devmodules

without having to type a password or in some way change the above command, you will need to visit the Svn SSH Setup page (this includes if you have to specify a different user).