You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Eli Shemer <el...@consist.co.il> on 2008/10/28 11:26:47 UTC

cleanup failed

http://www.bennadel.com/blog/1329-Subversion-Cleanup-Failed-To-Process-T
he-Following-Paths.htm

 

hey there,

I wanted to know whether this bug was fixed and in what version if so?

 

thanks

 


RE: cleanup failed

Posted by el...@consist.co.il.
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; }
[[ "$1" == "." ]] && { echo "Please use real directory name" ; exit; }
[ -z "$1" ] && { echo "Usage: $0 <dir or file>" ;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
> he-Following-Paths.htm
> 
>  
> 
> hey there,
> 
> I wanted to know whether this bug was fixed and in what version if so?
> 
>  
> 
> thanks

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1203381

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].