Re: How to convert a regular file to a sym link?
From: Saulius Grazulis <grazulis_at_akl.lt>
Date: 2005-12-01 17:37:04 CET
On Thursday 01 December 2005 18:15, Matt England wrote:
> Any more thoughts on this? I need to solve this problem pretty soon, would
I would try something like this (careful, commands untested! Dont run them as
*nix> for i in `svn st | awk '/^~/{print $2}'`; do ( set -x; mv $i $i-old; svn
To check that the commands really do what you want, put 'true' or 'echo' in
Hope this helps.
-- Dr. Saulius Gražulis Visuomeninė organizacija "Atviras Kodas Lietuvai" P.Vileišio g. 18 LT-10306 Vilnius Lietuva (Lithuania) tel/fax: (+370-5)-210 40 05 mobilus: (+370-684)-49802, (+370-614)-36366 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Dec 1 17:44:51 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.