Hello !
We are in test phase an playing with SVN. I do some mistakes and wanted to remove my actual repo : how can I do ?
https://quodsa.atlassian.net/svn/CAS
Thanks and BR,
Marc
You can create a blank repository on a local machine using:
svnadmin create /path/to/myrepo
then create empty placeholders for your projects, e.g.
svn mkdir -m "" file:///path/to/myrepo/CAS
You can create an SVN dump from this repo and import it to your instance as per these instructions. It will completely replace the repository already there.
If you're still having trouble, please raise a support request explaining the situation and we should be able to help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.