Re: Creating a new working copy in an existing directory (/etc)
From: Jani Averbach <jaa_at_cc.jyu.fi>
Date: 2003-03-30 10:01:28 CEST
On 30 Mar 2003, Nicolas Bonnefon wrote:
> Maybe an option should be added to forbid 'svn co' to actually overwrite
Hmm... I could not say how big change this kind of would be. And the need
> > In my setup, there is also a file where is pretty printed my etc's
Yep, shameless find+sed+sort. My ls generates output like that:
And here is the script:
#!/bin/sh
find /etc -type l -exec ls -l {} \; | \
Does anybody know how I would tell to gnu's ls that it should print out
> Regarding /etc, I had another idea to avoid messing up the /etc
I won't do that. I could almost promise to you that sometime, somehow
BR, Jani
-- Jani Averbach --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Mar 30 10:02:18 2003 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.