RE: Need to adjust based on svn:execute
From: Robert Hunter <robert.hunter_at_gen-i.co.nz>
Date: 2005-02-10 02:19:19 CET
> And even if the code would run without change under Windows, this would
> maintain all that configuration stuff. Plus occasionally we change the
Would it be too intrusive to use a separate tool like rsync to keep
Actually, come to think of it, that's really not optimal anyway.
I think that your original idea of using the svn properties
You could even do it in a single commandline
$ svn -R propget svn:executable * | sed -nre s/'^(.*) - \*$'/'\1'/p | xargs
There'd be better and cleaner ways (using the proper
I hope that's a useful starting point, at least.
-- Robert Hunter ***************************************************************************** This communication, including any attachments, is confidential. If you are not the intended recipient, you should not read it - please contact me immediately, destroy it, and do not copy or use any part of this communication or disclose anything about it, Thank you. Please note that this communication does not designate an information system for the purposes of the Electronic Transactions Act 2002 ****************************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Feb 10 02:22:10 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.