You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Pete Mikelonis <mi...@altair.com> on 2004/03/12 15:05:10 UTC

A way to set the repository path?

Is there a way to se a default repository path so you don't have to keep typing it in?

I would like to run 

svn co <project>  and have it ckeck out from the repository.

thx

Pete

Re: A way to set the repository path?

Posted by Ben Collins-Sussman <su...@collab.net>.
On Fri, 2004-03-12 at 09:05, Pete Mikelonis wrote:
> Is there a way to se a default repository path so you don't have to
> keep typing it in?
>  
> I would like to run 
>  
> svn co <project>  and have it ckeck out from the repository.

$ export REPOS=$URL
$ svn co $REPOS



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