RE: cleanup failed
From: <elish_at_consist.co.il>
Date: Sat, 21 Feb 2009 06:43:34 -0800 (PST)
apparently the cleanup procedure occassionally fails when we copy new files to the working directory from another server and upon commit the permissions for some files in the .svn directory/ies are not appropiate.
#!/bin/bash
[[ "$1" == "/" ]] && { echo "Please don't chown your root partition." ; exit; }
ls -alR "`pwd`/$1" | grep /.svn | sed -e "s/://g" | xargs chmod --preserve-root -R 770;
> http://www.bennadel.com/blog/1329-Subversion-Cleanup-Failed-To-Process-T
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.