Re: Tagging multiple projects within one revision using svn:externals possible bug

2010-06-18 Thread Sergii Ostroverkhov
Thanks for simple option 1, it could solve our problem. Option 2 doesn't fit, cause of needing to do bunch of "svn copy ..." to tag all projects and then tag to BigProject with pinned externals. Of course it could be done without tagging all projects, just pinning externals to revision of trunk, bu

Re: Tagging multiple projects within one revision using svn:externals possible bug

2010-06-14 Thread Sergii Ostroverkhov
quot; could work with externals then the problem would be resolved. On Wed, Jun 2, 2010 at 12:34 AM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > On May 28, 2010, at 10:18, Sergii Ostroverkhov wrote: > > > CMD script for init test repository: > > svnadmin c

Tagging multiple projects within one revision using svn:externals possible bug

2010-06-01 Thread Sergii Ostroverkhov
Hello, CMD script for init test repository: svnadmin create BigProject echo [general] > BigProject\conf\svnserve.conf echo anon-access = write >> BigProject\conf\svnserve.conf svn mkdir -m Project1 svn://localhost/BigProject/Project1 svn mkdir -m Project1 svn://localhost/BigProject/Project1/tag