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
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
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