> > Also, many of the commands in Subversion behave *differently* when
> > invoked on URLs than when invoked on working copy paths. There is
> > quite often a need to invoke a command for the URL that corresponds to
> > the current working copy. And in many cases it is necessary to refer
> > to the root of the repository the working copy is in.
> >
> > So, just changing checkout and import not only makes them inconsistent
> > with all other commands taking URLs, but also does not really solve
> > the problem since the URLs are used all the time in other operations.
>
> I'd love to have something like $SVNROOT. But this reply is exactly
> right on the money. It needs to be made consistent with all the
> commands. I'm not sure there is a good way to do it.
What about syntax like
svn copy //some/file //other/file
(two slashes mean using default repository)?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 19 11:56:02 2004