How to checkout few files and folders alone without checking out entire source

前端 未结 4 1750
北海茫月
北海茫月 2020-12-16 11:58

In my project I have many folders. I certainly know I want have changes in only few files (around 15) each of them are in 7 different folders. Also, I don\'t want to checkou

4条回答
  •  执念已碎
    2020-12-16 12:36

    Yes, See if you have an Repository address like:

    https://elastik.svn.sourceforge.net/svnroot/elastik/
    

    Simply add the folder you want on to the end. So if I only want the "trunk/includes" folder:

    https://elastik.svn.sourceforge.net/svnroot/elastik/trunk/includes
    

提交回复
热议问题