Re: Request for thoughts on working copy enhancement request

2011-12-22 Thread Stefan Sperling
On Wed, Dec 21, 2011 at 12:10:26PM -0800, Randon Spackman wrote: > One of my common use cases for subversion is to want to split my changes into > two separate commits. In the past, I would do the following: > > > 1) Check out > > 2) Make changes > > 3) Realize that this should

Re: Request for thoughts on working copy enhancement request

2011-12-21 Thread Ryan Schmidt
On Dec 21, 2011, at 14:10, Randon Spackman wrote: > I’d like to see a new svn command such as “svn localize” (don’t keep my > terminology if it sucks) that would make the directory you specify its own > independent working copy that can be copied and manipulated individually, This function has

Re: Request for thoughts on working copy enhancement request

2011-12-21 Thread David Chapman
On 12/21/2011 4:31 PM, Randon Spackman wrote: Hmm... It's close, but the limitations on only assigning one per file are a bit onerous; it's very often in the same file that I'm working on that I find bugs, etc., that I want to commit separately. Randon Normally I have one "main" sandbox

RE: Request for thoughts on working copy enhancement request

2011-12-21 Thread Randon Spackman
ay, December 21, 2011 5:28 PM To: Randon Spackman Cc: users@subversion.apache.org Subject: Re: Request for thoughts on working copy enhancement request Randon, On Wed, Dec 21, 2011 at 3:10 PM, Randon Spackman mailto:randon.spack...@hotdocs.com>> wrote: One of my common use cases for subversio

Re: Request for thoughts on working copy enhancement request

2011-12-21 Thread Stephen Connolly
Sounds like a feature much like git's "git stash" On 21 December 2011 20:10, Randon Spackman wrote: > One of my common use cases for subversion is to want to split my changes > into two separate commits.  In the past, I would do the following: > > > > 1)  Check out > > 2)  Make changes >

Re: Request for thoughts on working copy enhancement request

2011-12-21 Thread Chris Shelton
Randon, On Wed, Dec 21, 2011 at 3:10 PM, Randon Spackman < randon.spack...@hotdocs.com> wrote: > One of my common use cases for subversion is to want to split my changes > into two separate commits. In the past, I would do the following: > > ** ** > > **1) **Check out > > **2)