What are these folders for? Can I remove them? How?
Posted
by Water Cooler v2
on Stack Overflow
See other posts from Stack Overflow
or by Water Cooler v2
Published on 2010-05-28T12:21:28Z
Indexed on
2010/05/28
12:21 UTC
Read the original article
Hit count: 141
svn
|tortoisesvn
In a folder on the SVN server/repository that is designated for our project, there have appeared the following folders:
- branches/
- conf/
- db/
- hooks/
- locks/
- tags/
- trunk/
- README.txt (file)
- format (file)
We have all the code in the trunk folder. There were, as far as I can remember, only 3 or 4 folders earlier.
Within the trunk folder, too, there are now these folders.
- OurCode/
- conf/
- db/
- hooks/
- locks/
- README.txt (file)
- format (file)
I understand many of these folders or files are not necessary, but I can't be too sure.
My questions are:
1) What are each of these files and/or folders for?
2) Which are the ones that are not necessary?
3) How may I remove them from the server repository?
© Stack Overflow or respective owner