Re: Verifying Backups
From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2005-07-06 14:32:20 CEST
On 2005-06-26 12:01:46 +1000, Chris Jensen wrote:
But this doesn't check the properties. I wrote the following
# Checkout a working copy and create .svnlog and .svnprop files.
if [ $# -lt 2 ] || [ $# -gt 3 ]; then
set -e
if [ -e "$dir" ]; then
svn log --xml > .svnlog
-- Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / SPACES project at LORIA --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Jul 6 14:34:20 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.