How do I avoid checking in local changes to the SVN repository?

后端 未结 8 991
有刺的猬
有刺的猬 2021-01-05 08:19

I have to make local changes to my project files in order to get it to run in a different environment. Twice now I accidentally checked those changes in (and messed up ever

8条回答
  •  清酒与你
    2021-01-05 09:06

    You could use git-svn. You get a local repo in which you can have local history, and several opportunities to consider your sins before inflicting them on the svn repo.

提交回复
热议问题