Welcome! Log In Create A New Profile

Advanced

svn.nginx.org repository changes

Sergey Budnevitch
August 24, 2011 04:22AM
FYI svn://svn.nginx.org structure has changed. Previously there was one repository svn.nginx.org and /nginx directory was
inside this repository. Since we need to add one more repository with nginx.org site sources, /nginx directory was striped from
original repository. New structure:
svn://svn.nginx.org/nginx - repo with nginx sources
svn://svn.nginx.org/nginx.org - repo with nginx.org site sources

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

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

svn.nginx.org repository changes

Sergey Budnevitch 3920 August 24, 2011 04:22AM

Re: svn.nginx.org repository changes

Matthias Saou 872 August 24, 2011 08:44AM

Re: svn.nginx.org repository changes

Sergey Budnevitch 1020 August 24, 2011 11:04AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 246
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready