Clever way to add files to changeset after commit?
Posted
by Pekka
on Stack Overflow
See other posts from Stack Overflow
or by Pekka
Published on 2010-04-29T12:30:20Z
Indexed on
2010/04/29
13:07 UTC
Read the original article
Hit count: 230
It sometimes happens to me that I forget to include a file in a changeset (i.e. a commit of a number of changed files that belong together, e.g. "Fixes bug #45")
I will usually just make a second commit with the same commit message.
Is there a clever and simple way to add the "latecomer" to the first commit somehow? Without svn dump
ing and svndumpfilter
ing?
© Stack Overflow or respective owner