RE: Multiple svn chekcouts in the same top-level hierarchy

2010-09-21 Thread Tennebø Frode
> Tennebø Frode wrote: > > >[...] > >One of the files retrieved is the script "retrieve.sh" which > in turn retrieves ~100 different products from my repository: > > have you considered using svn:externals instead? Actually, I have. There are several issues with externals. One is that if I c

Re: Multiple svn chekcouts in the same top-level hierarchy

2010-09-21 Thread Lorenz
Tennebø Frode wrote: >[...] >One of the files retrieved is the script "retrieve.sh" which in turn retrieves >~100 different products from my repository: have you considered using svn:externals instead? That would take care of your issue 1) I don't think it will make a difference regarding issue

Multiple svn chekcouts in the same top-level hierarchy

2010-09-21 Thread Tennebø Frode
I have a setup where I have a help-structure which I check out as normal: # svn co svn+ssh://halt/Products/Foo/lzy202432_13_application_sw/trunk . Alibrlib Alibrlib/lib Alibcru Alibcru/lib Alibhci Alibhci/lib Aretrieve.sh Alibcau Alibcau/lib : : One of the file