开发者

SVN sub-changeset commit?

I am using AnkhSVN in Visual Studio 2008 as a source control solution. I love to check out, edit and then re-commit partial changes as a way to ensure I nev开发者_StackOverflower lose incremental progress. Is there anything smaller than a changeset that will allow me to check-in incremental changes as a way to ensure I don't lose them/overwrite them between changesets without having me creating 20 changesets in the process?


Not in SVN, but what you can do is layer GIT in front of SVN. That way you can make a ton of local changes without having to push them up to SVN. It is also useful in shops which don't make proper use of branching, you can isolate yourself from the pollution of mainline. It also adds the ability to shelve changes in case you wnat to put some changes aside for later. Check out

http://blog.tsunanet.net/2007/07/learning-git-svn-in-5min.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜