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

Re: CVS like environment?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-07-04 19:49:44 CEST

On Jul 4, 2005, at 11:40 AM, Sensei wrote:

> Hi! I've read the docs, and I can't find a way of having svn use
> just environment variables like
>
> CVSROOT
>
> All I can find is using SVN_SSH and the editor, but... is there a
> way of NOT specitying an URL?
>
> So, from svn ACTION URL module
> To svn ACTION module
>

No, there's no way of not specifiying the URL. Typically, it doesn't
matter either. You checkout a working copy of the URL, and then the
working copy remembers it for you. Most commands don't require a URL
argument at all, or automatically use the one cached in your working
copy.

You can also just use environment variables:

   export R=scheme://host/path
   svn checkout $R/project working-copy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 4 19:53:59 2005

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.