Re: Mixing recursive and non-recursive commits

2013-08-20 Thread Philip Martin
Braun, Eric eric.br...@medtronic.com 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

RE: Mixing recursive and non-recursive commits

2013-08-20 Thread Braun, Eric
. 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 non-recursive commits Braun, Eric eric.br...@medtronic.com

RE: Mixing recursive and non-recursive commits

2013-08-06 Thread Braun, Eric
@subversion.apache.org; Moe, Mark Subject: Re: Mixing recursive and non-recursive commits Braun, Eric eric.br...@medtronic.com 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

Re: Mixing recursive and non-recursive commits

2013-08-02 Thread Philip Martin
Braun, Eric eric.br...@medtronic.com 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

RE: Mixing recursive and non-recursive commits

2013-07-25 Thread Braun, Eric
, 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 these later if the directory was already

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

RE: Mixing recursive and non-recursive commits

2013-07-25 Thread Braun, Eric
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 02:01:23PM

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

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 a

Mixing recursive and non-recursive commits

2013-07-23 Thread Philip Martin
I've ben asked whether the command line could be enhanced so that svn commit --parents dir/node where 'dir' is added would automatically include 'dir' in the commit and thus succeed. The basic definition given is that it would work just like the GUI tools but that doesn't really help me. I