💾 Archived View for gemini.quux.org › h › devel › Subversion › Checking%20Out%20Files.html captured on 2024-08-18 at 19:44:20.
⬅️ Previous capture (2024-07-09)
-=-=-=-=-=-=-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Checking Out Files</title> </head> <body> <h1>Checking Out Files</h1> Once you have <A HREF="./Installing%20Subversion.html">installed Subversion</A>, you can proceed to check out files. You can find a list of repositories at <A HREF="http://svn.complete.org/">http://svn.complete.org/</A>. <P> svn.complete.org supports both standard (http) and encrypted (https) sessions. You are free to choose which you use, <b>unless</b> you are making commits, in which case you MUST use https. Most people can just use http. The basic format of a command is this: <P> <TT>svn co http://svn.complete.org/<I>repository</I>/<I>project</I>/head -d <I>localname</I></TT> <P> The repository and project specify the appropriate names <A HREF="http://svn.complete.org/">as listed</A>, and in some cases will be the same. The localname specifies the name of the local directory. An example command would be: <P> <TT>svn co http://svn.complete.org/offlineimap/offlineimap/head -d offlineimap</TT> <P> You can also check out previous releases by using paths other than "head". <hr> <address><a href="mailto:jgoerzen@complete.org">John Goerzen</a></address> <!-- Created: Wed Jul 17 13:27:24 EST 2002 --> <!-- hhmts start --> Last modified: Wed Jul 17 13:36:08 EST 2002 <!-- hhmts end --> </body> </html>