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

Re: Shortcut for current URL in a working copy?

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-09-22 21:12:22 CEST

Vincent Lefevre wrote:
> I'm in some directory of a working copy, and I would like to copy
> a file that was deleted from this directory. I can do this with
> something like:
>
> svn copy -r1234 svn+ssh://path/to/file newfile
>
> I can find the base URL svn+ssh://path/to with "svn info".
>
> Now, is there a way to do this without using "svn info"? Something
> like "svn copy -r1234 current:/file newfile"? i.e. where "current:"
> means `svn info | sed -n 's/^URL: \(.*\)/\1/p'` (for Unix users).
> That would really be nice.

Yes, that's a feature I've wished for too.

Would you like to file a feature request in our issue tracker?

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 22 21:13:08 2004

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.