You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by sj...@stradefi.com on 2006/06/30 06:59:16 UTC

Installation and use of svn

Hi everybody !

 

I never used svn before and I need to use it in order to get source code of
Alfresco ( <http://www.alfresco.org/> www.alfresco.org)

In their wiki they say:

 

Subversion Repository Access :

 

Public read-only access to the Alfresco Subversion repository is available
from the web site. 

 

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
<http://subversion.tigris.org/downloads/subversion-1.3.2.zip>
subversion-1.3.2.zip unzipped it in my c:/program files/

But now I do not understand where is this "svn.exe"?  What is the path?

And how to do svn co svn:/. I should do that by command line right?

 

Thanks in advance for your help.

Best,

Sophie

 


Re: Installation and use of svn

Posted by "T. Wassermann" <ma...@tobias-wassermann.de>.
> 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

RE: Installation and use of svn

Posted by sj...@stradefi.com.
I guess it is here:
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91
:)

-----Message d'origine-----
De : sjarlier@stradefi.com [mailto:sjarlier@stradefi.com] 
Envoyé : vendredi 30 juin 2006 09:17
À : 'Steve Williams'
Cc : users@subversion.tigris.org
Objet : RE: Installation and use of svn

Thanks for your fast answer. However I cannot find this
subversion-1.3.2-setup.exe on
http://subversion.tigris.org/servlets/NewsItemView?newsItemID=1573

Please could you tell me where I can download this executable?
Thanks
Sophie


-----Message d'origine-----
De : Steve Williams [mailto:stevewilliams@kromestudios.com] 
Envoyé : vendredi 30 juin 2006 09:06
À : sjarlier@stradefi.com
Cc : users@subversion.tigris.org
Objet : Re: Installation and use of svn

sjarlier@stradefi.com wrote:
>
> Hi everybody !
>
> I never used svn before and I need to use it in order to get source 
> code of Alfresco (www.alfresco.org <http://www.alfresco.org/>)
>
> In their wiki they say:
>
> Subversion Repository Access :
>
> Public read-only access to the Alfresco Subversion repository is 
> available from the web site.
>
> 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/
>
> But now I do not understand where is this “svn.exe”? What is the path?
>
> And how to do svn co svn:/… I should do that by command line right?
>

Perhaps you would be better off with the subversion-1.3.2-setup.exe that 
can be found in the same location. It features a simple installer.

-- 
Sly



This message and its attachments may contain legally privileged or
confidential information. This message is intended for the use of the
individual or entity to which it is addressed. If you are not the addressee
indicated in this message, or the employee or agent responsible for
delivering the message to the intended recipient, you may not copy or
deliver this message or its attachments to anyone. Rather, you should
permanently delete this message and its attachments and kindly notify the
sender by reply e-mail. Any content of this message and its attachments,
which does not relate to the official business of the sending company must
be taken not to have been sent or endorsed by the sending company or any of
its related entities. No warranty is made that the e-mail or attachment(s)
are free from computer virus or other defect.

__________ NOD32 1.1633 (20060629) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


__________ NOD32 1.1633 (20060629) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


RE: Installation and use of svn

Posted by sj...@stradefi.com.
Thanks for your fast answer. However I cannot find this
subversion-1.3.2-setup.exe on
http://subversion.tigris.org/servlets/NewsItemView?newsItemID=1573

Please could you tell me where I can download this executable?
Thanks
Sophie


-----Message d'origine-----
De : Steve Williams [mailto:stevewilliams@kromestudios.com] 
Envoyé : vendredi 30 juin 2006 09:06
À : sjarlier@stradefi.com
Cc : users@subversion.tigris.org
Objet : Re: Installation and use of svn

sjarlier@stradefi.com wrote:
>
> Hi everybody !
>
> I never used svn before and I need to use it in order to get source 
> code of Alfresco (www.alfresco.org <http://www.alfresco.org/>)
>
> In their wiki they say:
>
> Subversion Repository Access :
>
> Public read-only access to the Alfresco Subversion repository is 
> available from the web site.
>
> 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/
>
> But now I do not understand where is this “svn.exe”? What is the path?
>
> And how to do svn co svn:/… I should do that by command line right?
>

Perhaps you would be better off with the subversion-1.3.2-setup.exe that 
can be found in the same location. It features a simple installer.

-- 
Sly



This message and its attachments may contain legally privileged or
confidential information. This message is intended for the use of the
individual or entity to which it is addressed. If you are not the addressee
indicated in this message, or the employee or agent responsible for
delivering the message to the intended recipient, you may not copy or
deliver this message or its attachments to anyone. Rather, you should
permanently delete this message and its attachments and kindly notify the
sender by reply e-mail. Any content of this message and its attachments,
which does not relate to the official business of the sending company must
be taken not to have been sent or endorsed by the sending company or any of
its related entities. No warranty is made that the e-mail or attachment(s)
are free from computer virus or other defect.

__________ NOD32 1.1633 (20060629) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Installation and use of svn

Posted by Steve Williams <st...@kromestudios.com>.
sjarlier@stradefi.com wrote:
>
> Hi everybody !
>
> I never used svn before and I need to use it in order to get source 
> code of Alfresco (www.alfresco.org <http://www.alfresco.org/>)
>
> In their wiki they say:
>
> Subversion Repository Access :
>
> Public read-only access to the Alfresco Subversion repository is 
> available from the web site.
>
> 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/
>
> But now I do not understand where is this “svn.exe”? What is the path?
>
> And how to do svn co svn:/… I should do that by command line right?
>

Perhaps you would be better off with the subversion-1.3.2-setup.exe that 
can be found in the same location. It features a simple installer.

-- 
Sly



This message and its attachments may contain legally privileged or confidential information. This message is intended for the use of the individual or entity to which it is addressed. If you are not the addressee indicated in this message, or the employee or agent responsible for delivering the message to the intended recipient, you may not copy or deliver this message or its attachments to anyone. Rather, you should permanently delete this message and its attachments and kindly notify the sender by reply e-mail. Any content of this message and its attachments, which does not relate to the official business of the sending company must be taken not to have been sent or endorsed by the sending company or any of its related entities. No warranty is made that the e-mail or attachment(s) are free from computer virus or other defect.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org