Reputation: 2848
I am new for SVN and I need to add my project to SVN.I dont know how to create an Hostname for the project I need to add in SVN.
Please guy's help me to get knowledge about SVN.
Thanks to all, Monish.
Upvotes: 1
Views: 1050
Reputation: 66709
Read the book on svn - http://svnbook.red-bean.com/ to get started.
Check out the quick reference to keep a mental map of all the commands : http://www.collab.net/community/subversion/articles/SvnQuickReferenceCard.html
To get started, you could do the following. Read the details in the book.
Upvotes: 4
Reputation: 547
Use svnadmin create, then use svn checkout to get a copy of it.
http://svnbook.red-bean.com/en/1.1/re29.html
Upvotes: 0