svn.nginx.org repository changes
Matthias Saou
thias at spam.spam.spam.spam.spam.spam.spam.egg.and.spam.freshrpms.net
Wed Aug 24 12:41:58 UTC 2011
Sergey Budnevitch <sb at waeme.net> wrote:
> Those who need to fix old checkout may run this simple script
>
> for dir in `find . -name ".svn" -type d`; do
> find $dir -type f -exec perl -pi -e
> 's|svn://svn.nginx.org$|svn://svn.nginx.org/nginx|' {} \; done
There should be a cleaner way. Something like this should work :
svn switch --relocate svn.nginx.org svn.nginx.org/nginx
Matthias
More information about the nginx-devel
mailing list