Re: Single-commit import with properties and SVN 1.7

2011-08-23 Thread Ulrich Eckhardt
On Tuesday 23 August 2011, Markus Schaber wrote: > This is exactly what I described as our current workaround for SVN 1.7, > or did I miss something? No, you didn't. Sorry for the noise... Uli -- ML: http://tortoisesvn.tigris.org/list_etiquette.html FAQ: http://tortoisesvn.net/faq ***

Re: Single-commit import with properties and SVN 1.7

2011-08-23 Thread Andreas Krey
On Tue, 23 Aug 2011 09:30:43 +, Ulrich Eckhardt wrote: ... > 1. You could try to "svn switch" the workspace where you added the file tree > to its own child. In theory, the metadata should be locally present already, > so no network traffic is required. If SVN is smart enough to re-use the >

Re: Single-commit import with properties and SVN 1.7

2011-08-23 Thread Ulrich Eckhardt
On Monday 22 August 2011, Markus Schaber wrote: > We need to add a new directory including files and properties to a > subversion repository "in-place". There are two more things that came to mind that could help you solve your problem: 1. You could try to "svn switch" the workspace where you ad

Re: Single-commit import with properties and SVN 1.7

2011-08-22 Thread Mark Phippard
On Mon, Aug 22, 2011 at 6:00 AM, Markus Schaber wrote: > We need to add a new directory including files and properties to a > subversion repository "in-place". > > With SVN 1.6, the following did work: (I know that this is only an > artifact and was no documented / intended behavior.) > - Checkou

Re: Single-commit import with properties and SVN 1.7

2011-08-22 Thread Mark Phippard
On Mon, Aug 22, 2011 at 12:01 PM, Markus Schaber wrote: > Those steps work nice, but they leave us with a working copy having the > parent of the project directory as its root, instead of the project > directory itself. This is why our Code for 1.6 had the "detach" step > which you left out in you

Re: Single-commit import with properties and SVN 1.7

2011-08-22 Thread Mark Phippard
On Mon, Aug 22, 2011 at 11:31 AM, Markus Schaber wrote: > > We do not insist in the "detach" step. The "detach" step just was part of > the workaround to get an inplace-import with SVN 1.6, just as the second > commit is part our workaround for SVN 1.7. > > We need an inplace-import as we did make

Re: Single-commit import with properties and SVN 1.7

2011-08-22 Thread Mark Phippard
On Mon, Aug 22, 2011 at 6:00 AM, Markus Schaber wrote: > Hi, > > We need to add a new directory including files and properties to a > subversion repository "in-place". > > With SVN 1.6, the following did work: (I know that this is only an > artifact and was no documented / intended behavior.) > -

Re: Single-commit import with properties and SVN 1.7

2011-08-22 Thread Ulrich Eckhardt
On Monday 22 August 2011, Markus Schaber wrote: > We need to add a new directory including files and properties to a > subversion repository "in-place". Just to be sure: There are auto-props, which could help in combination with an import. There is also svn_load_dirs, in case you need this for ma