Sensei <senseiwa@tin.it> writes:
> > 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.
>
> I see... ok, I will do that. Or ar least I will make a script with
> some tricks...
>
> A question... why no SVNROOT? I mean, it's quite a big deal having it
> like CVS, it helps a lot...
>
> Is it planned to port it? Would it be accepted?
I doubt it would be (speaking only my opinion, though). But there's
an easy workaround, just define it as an environment variable and use
it explicitly in your commands, e.g.:
prompt> svn co $SVNROOT/trunk/ myproj
-Karl
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 5 21:33:13 2005