[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: Marc Haisenko <haisenko_at_webport.de>
Date: 2005-07-05 10:18:30 CEST

On Monday 04 July 2005 20:00, Sensei wrote:
> My problem is with my students. I provide a .bashrc with useful
> command lines, like
>
[...]
>
> So they can just
>
> cvslab co myProject
> cvslab diff ...
> ...
>
> without caring about the environment... I wanted to do something like
> that for subversion:
>
> svn co myProject
> ...

Why don't you just set an environment variable of the repository URL and
document that for your students ? Say, you set a variable SVNREPO so your
students can do:

svn co $SVNREPO/foo

I guess this is about the best you can do here as there's no equivalent to
CVSROOT for SubVersion... and you normally only need the repository URL for
checkouts and merges anyway, all other commands take the repository URL that
is stored in the working copy.

C'ya,
        Marc

-- 
Marc Haisenko
Systemspezialist
Webport IT-Services GmbH
mailto: haisenko@webport.de
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 5 10:20:19 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.