Regarding any other ideas:

Here is a very pragmatic "SOLUTION"
(no claim to be elegant ; -)


mkdir /etc/fsvs_commit_copy
fsvs unversion /etc/fsvs
fsvs ignore /etc/fsvs

add to the beginning of your cron job (before doing your fsvs commit) something 
like this

rsync -a /etc/fsvs/* /etc/fsvs_commit_copy/
rm -f /etc/fsvs_copy/*/Urls


This auto keeps your Ign but not your Urls under version control, and somebody 
savi of this work-around could of course do a manual 


rsync -a /etc/fsvs/* /etc/fsvs_commit_copy/
fsvs commit

to add the Urls if they change things

your thoughts ?

------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=1756783

To unsubscribe from this discussion, e-mail: 
[[email protected]].

Reply via email to