AW: Single-commit import with properties and SVN 1.7

2011-08-23 Thread Markus Schaber
Hi, Von: Markus Schaber [mailto:m.scha...@3s-software.com] > Von: Ulrich Eckhardt [mailto:ulrich.eckha...@dominolaser.com] > > 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". > > > > Th

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

AW: Single-commit import with properties and SVN 1.7

2011-08-23 Thread Markus Schaber
Hi, Uli, Von: Ulrich Eckhardt [mailto:ulrich.eckha...@dominolaser.com] > 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

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

AW: AW: Single-commit import with properties and SVN 1.7

2011-08-22 Thread Markus Schaber
Hi, Andreas, Von: Andreas Krey [mailto:a.k...@gmx.de] > On Mon, 22 Aug 2011 18:17:48 +, Markus Schaber wrote: > ... > > I cannot create a working copy directly in the project directory when > > the project directory is just to be created with the import. > > Oops, forget it. I misunderstood t

AW: Single-commit import with properties and SVN 1.7

2011-08-22 Thread Markus Schaber
Hi, Mark, Von: Mark Phippard [mailto:markp...@gmail.com] >> [ in place checkout] > This also should work: > > $ svn co --depth=empty url://server/repos/parent tmp > $ fill with data directory and files > $ svn add data > $ set properties > $ svn ci -m Commit the data folder > > $ svn co url://

Re: AW: Single-commit import with properties and SVN 1.7

2011-08-22 Thread Andreas Krey
On Mon, 22 Aug 2011 18:17:48 +, Markus Schaber wrote: ... > I cannot create a working copy directly in the project directory when > the project directory is just to be created with the import. Oops, forget it. I misunderstood the requirement. Anyway, is throwing away the import sandbox and ch

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

AW: Single-commit import with properties and SVN 1.7

2011-08-22 Thread Markus Schaber
Hi, Mark, Von: Mark Phippard [mailto:markp...@gmail.com] > 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 wh

AW: AW: Single-commit import with properties and SVN 1.7

2011-08-22 Thread Markus Schaber
Hi, Andreas, Von: Andreas Krey [mailto:a.k...@gmx.de] > On Mon, 22 Aug 2011 18:01:34 +, Markus Schaber wrote: > > > > What does not work that worked with 1.6? > > > > Those steps work nice, but they leave us with a working copy having > > the parent of the project directory as its root, i

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: AW: Single-commit import with properties and SVN 1.7

2011-08-22 Thread Andreas Krey
On Mon, 22 Aug 2011 18:01:34 +, Markus Schaber wrote: > > What does not work that worked with 1.6? > > 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. Is there a reason that

AW: Single-commit import with properties and SVN 1.7

2011-08-22 Thread Markus Schaber
Hi, Mark, Von: Mark Phippard [mailto:markp...@gmail.com] > 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

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

AW: Single-commit import with properties and SVN 1.7

2011-08-22 Thread Markus Schaber
Hi, Mark, Von: Mark Phippard [mailto:markp...@gmail.com] > 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

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

AW: Single-commit import with properties and SVN 1.7

2011-08-22 Thread Markus Schaber
Hi, Uli, Von: Ulrich Eckhardt [mailto:ulrich.eckha...@dominolaser.com] > 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 comb

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

Single-commit import with properties and SVN 1.7

2011-08-22 Thread Markus Schaber
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.) - Checkout the parent directory to a temporary place. - create and svn a