Re: Extracting URL from WC
From: marc gonzalez-carnicer <carnicer.lists_at_gmail.com>
Date: 2007-12-18 13:16:25 CET
hi,
2007/12/18, Mark Reibert <svn@reibert.com>:
now that i see your post, i recall there is something i never dared
svn status | awk '/^M/ { print $2 }'
this would not work for files whose properties have been modified
FITXERS=`svn status | grep "^C" | cut -c 8-`
and performs moreless the same way as svn update for
doing this kind of scripts / hacks is always tricky and tedious.
---------------------------------------------------------------------
|
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.