Temporarily put away uncommitted changes in Subversion (a la “git-stash”)

前端 未结 16 1730
轮回少年
轮回少年 2020-11-28 17:18

While programming software stored in a Subversion repo, I often modify some files, then notice that I\'d like to do some preparatory change for my main work. E.g. while impl

16条回答
  •  执笔经年
    2020-11-28 17:57

    I always keep a second checkout, which I call "trunk_clean". Whenever I need to do a quick, isolated change related to what I am doing, I just commit on that checkout instead.

提交回复
热议问题