Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TortoiseSVN - add folder

I want to add a new folder to the SVN project using TortoiseSVN. Is this a correct way to do this?

1) Make a checkout - this will download the project to my computer (if I change/delete something - won't this affect the svn files?)

2) Drag the folder, right-click, add - this will add the folder to the svn.

Is this all?

Thanks! I don't want to mess anything up, sorry for this kind of question.

like image 601
user2124857 Avatar asked May 16 '26 19:05

user2124857


1 Answers

Yes, I think you've basically got the right idea. But just to be clear, the steps are:

  1. Checkout a working copy (WC)
  2. In your WC, create a new folder (using whatever means your operating system offers; mkdir, "New Folder", whatever..)
  3. Right-click on the folder, and from the Subversion menu, choose "Add"
  4. Commit to repository
like image 148
kmote Avatar answered May 18 '26 20:05

kmote



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!