[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Installation and use of svn

From: T. Wassermann <mail_at_tobias-wassermann.de>
Date: 2006-06-30 09:05:57 CEST

> Install Subversion and ensure that svn is on the path
>
> Checkout the HEAD of the code stream: svn co
> svn://www.alfresco.org/alfresco/HEAD
>
> Keep up to date by issuing the command: svn update
>
>
>
> So I downloaded subversion-1.3.2.zip
> <http://subversion.tigris.org/downloads/subversion-1.3.2.zip> unzipped
> it in my c:/program files/
>

Hi Sophie,

the svn.exe should be in the bin-folder of the unzipped one.

Then you've to call (i've you unzipped subversion into c:\program
files\subversion)

"C:\program files\Subversion\bin\svn.exe" co svn://......... DIR

at the commandline, where DIR is a local directory on your pc, where the
files of the repository should be placed (in your case: where source
files will be stored).

This directory should be empty, if you miss the DIRECTORY Subversion
will use the current directory.

For more information, check out the svn book online: http://svnbook.org/

Regards

Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 30 09:07:32 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.