Hi all,
I have all files under version control ('/') and about 100 revisions.
I want to check if properties of any file from '/bin' has been changed.Here one simple solution (check attached files): svn output: > $ svn proplist -v -R> Properties on 'file://localhost/media/sda6/backup/fsvs/trunk/base/bin/ntfs-3g':
> svn:text-time : 2007-10-08T15:22:05.000000Z > svn:unix-mode : 0755 > svn:owner : 0 root > svn:group : 0 root one line output: > $ fsvs-prop.sh <repository_url> -r head -R > /boot 0777 0 root 0 root > /boot/abi-2.6.22-14-generic 0644 0 root 0 root output changes only: > $ fsvs-prop-diff.sh <repository_url> 1 head -R > /boot > 0755 0 root 0 root > 0777 0 root 0 root ... huh, who changed the permissions :) regards, Plamen.
fsvs-prop.sh
Description: application/shellscript
fsvs-prop-diff.sh
Description: application/shellscript
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
