Jun 212011
Create a SVN Repository on local drive
Answer:
To create a SVN Repository on local drive, you can use the following command:
# cd /data/
# svnadmin create svn
Now you have created a SVN repository located at file:///data/svn/
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Create a SVN Repository on local drive
Answer:
To create a SVN Repository on local drive, you can use the following command:
# cd /data/
# svnadmin create svn
Now you have created a SVN repository located at file:///data/svn/