RE: Mixing recursive and non-recursive commits

2013-08-20 Thread Braun, Eric
continue on manually adding parents to the command line checkin. Eric -Original Message- From: Philip Martin [mailto:philip.mar...@wandisco.com] Sent: Tuesday, August 20, 2013 9:40 AM To: Braun, Eric Cc: Stefan Sperling; users@subversion.apache.org; Moe, Mark Subject: Re: Mixing recursive and

Re: Mixing recursive and non-recursive commits

2013-08-20 Thread Philip Martin
"Braun, Eric" writes: > If do a google search for "svn commit parents" you'll see I'm not the > first to unofficially request this and come across this issue. I > suspect most others just kludged around this and found a subtree to > checkin with additional work involved. I see the need for this

RE: Mixing recursive and non-recursive commits

2013-08-06 Thread Braun, Eric
Eric Cc: Stefan Sperling; users@subversion.apache.org; Moe, Mark Subject: Re: Mixing recursive and non-recursive commits "Braun, Eric" writes: > I don't know why this is > should be complicated to do from the command line when GUI clients are > already doing this today. I

Re: Mixing recursive and non-recursive commits

2013-08-02 Thread Philip Martin
"Braun, Eric" writes: > I don't know why this is > should be complicated to do from the command line when GUI clients are > already doing this today. I would use a GUI client to do this work in > most cases but GUI's don't work as well when defining > wildcards/filtering (*/*/file for example fo

RE: Mixing recursive and non-recursive commits

2013-07-25 Thread Braun, Eric
ry hard to filter out just what you want. Eric -Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: Thursday, July 25, 2013 10:21 AM To: Braun, Eric Cc: users@subversion.apache.org; Moe, Mark Subject: Re: Mixing recursive and non-recursive commits On Thu, Jul 25, 2013 at

Re: Mixing recursive and non-recursive commits

2013-07-25 Thread Stefan Sperling
On Thu, Jul 25, 2013 at 02:01:23PM +, Braun, Eric wrote: > I don't know why this is > should be complicated to do from the command line when GUI clients are > already doing this today. My concern is not about whether this would be complicated to implement. It wouldn't be. My concern is that y

RE: Mixing recursive and non-recursive commits

2013-07-25 Thread Braun, Eric
sion.apache.org; Moe, Mark Subject: Re: Mixing recursive and non-recursive commits On Wed, Jul 24, 2013 at 07:32:20PM +, Braun, Eric wrote: > The enhancement would be to include only parents marked for addition. > Nothing special for prop changes as you don't want to commit thes

Re: Mixing recursive and non-recursive commits

2013-07-24 Thread Stefan Sperling
On Wed, Jul 24, 2013 at 07:32:20PM +, Braun, Eric wrote: > The enhancement would be to include only parents marked for addition. > Nothing special for prop changes as you don't want to commit these later if > the directory was already committed (unless explicitly stated). > > So, I think's

Re: Mixing recursive and non-recursive commits

2013-07-24 Thread Braun, Eric
The enhancement would be to include only parents marked for addition. Nothing special for prop changes as you don't want to commit these later if the directory was already committed (unless explicitly stated). So, I think's a rather simple request. If commit --parents is loaded then any paren