You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Remko Troncon <pu...@el-tramo.be> on 2006/10/14 07:40:26 UTC

Darcs-style interactive commits

Hi,

I was wondering if there were plans to add a flag to 'svn commit',  
that would cause svn to ask for every change in your working copy  
whether or not you want to add it to your commit. Darcs does this,  
and we have found this to be extremely useful for a number of things:
- It is a good last-minute check that you are not committing stuff  
that you don't want
- It allows you to quickly commit a fix while you are working on  
something else in your working copy
- It allows you to leave in things like debug printf() messages when  
committing, and you just have to revert afterwards to get rid of them.
- ...

cheers,
Remko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Darcs-style interactive commits

Posted by Bob Proulx <bo...@proulx.com>.
Troy Curtis Jr wrote:
> Well not to just plug my own script, but I recently wrote a wrapper
> that allowed you to delete the filenames from your log message that
> you did not want to commit.  You can find my initial version on the
> mailing list archives at:
> http://subversion.tigris.org/servlets/ReadMsg?listName=users&msgNo=53704

I believe that URL should be:

  http://subversion.tigris.org/servlets/ReadMsg?listName=users&msgNo=55191

Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Darcs-style interactive commits

Posted by Troy Curtis Jr <tr...@gmail.com>.
On 10/14/06, Remko Troncon <pu...@el-tramo.be> wrote:
> Hi,
>
> I was wondering if there were plans to add a flag to 'svn commit',
> that would cause svn to ask for every change in your working copy
> whether or not you want to add it to your commit. Darcs does this,
> and we have found this to be extremely useful for a number of things:
> - It is a good last-minute check that you are not committing stuff
> that you don't want
> - It allows you to quickly commit a fix while you are working on
> something else in your working copy
> - It allows you to leave in things like debug printf() messages when
> committing, and you just have to revert afterwards to get rid of them.
> - ...
>
> cheers,
> Remko
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

Well not to just plug my own script, but I recently wrote a wrapper
that allowed you to delete the filenames from your log message that
you did not want to commit.  You can find my initial version on the
mailing list archives at:
http://subversion.tigris.org/servlets/ReadMsg?listName=users&msgNo=53704

Or get it from my svn repository (It's a slow connection and a slow
server, but it is a small perl script) at:
http://troyjr.hopto.org/projects/svn/svnci/trunk

Let me know if it helps, it would make fell all warm and fuzzy inside!

Troy


-- 
"Beware of spyware. If you can, use the Firefox browser." - USA Today
Download now at http://getfirefox.com
Registered Linux User #354814 ( http://counter.li.org/)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org