|
Frequently Asked Questions
- Can I import existing CVS or SVN data into my repository?
- Can I upgrade my account later?
- What happens when I run out of disk space?
- How can I pay for the service?
- Is phone support available?
- Can I sign up for the trial?
- Why host Subversion instead of run it myself?
- Can I put multiple projects within one repository?
- I forgot my password. What do I do?
- I forgot my login name. What do I do?
- How do I change my login name?
- How do I access my SVN repository?
- Can you recommend a Subversion client for Windows?
1. Can I import existing CVS or SVN data into my repository?
To import data from your repository into the EuroSVN server please make a dump file of your existing repository and tell us how to retrieve the file.
Suppose your repository is in C:\projects\repo1 directory. To export everything from this repository into file C:\repo1.dump you should use command: svnadmin dump C:\projects\repo1 >C:\repo1.dump
[ back to top ]
2. Can I upgrade my account later?
Yes, you can upgrade your account at any time
[ back to top ]
3. What happens when I run out of disk space?
We will notify you by email to let you know you've exceeded your quota. We will not close/suspend your account. Price of additional disk space will be added to your next bill.
[ back to top ]
4. How can I pay for the service?
We accept major credit cards via our vendor www.2checkout.com If you would like to pay via some sort of an e-payment system (e-gold, webmoney etc) just let us know and we will try to setup an account in this system.
[ back to top ]
5. Is phone support available?
We do not provide phone support. We process all incoming inquiries using our ticket system.
[ back to top ]
6. Can I sign up for the trial?
Please contact us to setup trial account. We have 30-day money back guarantee for all our accounts.
[ back to top ]
7. Why host Subversion instead of run it myself?
The main advantages of hosted Subversion are: - No administrative work.
- You may ask us for support at any time.
- You should not worry about backups.
- Our servers have reliable network. This is good for distributed teams with users spread out geographically.
[ back to top ]
8. Can I put multiple projects within one repository?
You may find advice on repository layout at http://svnbook.red-bean.com/en/1.1/ch05s04.html. But in any case revision numbers are global, so a change to one file increments the version number for all projects.
[ back to top ]
9. I forgot my password. What do I do?
You can visit [ password reminder] page to have your password emailed to you. If you have tried this option and still need help, you can contact us to reset your password.
[ back to top ]
10. I forgot my login name. What do I do?
Your login name is name of your subversion repository. If you have forgotten your login name you can contact us and we will email your login information to you.
[ back to top ]
11. How do I change my login name?
You cannot change your login name by yourself but you can contact us and we will change the login name for you.
[ back to top ]
12. How do I access my SVN repository?
You can connect to your subversion repository over the http:// or https:// protocols using the command line subversion client.
[ back to top ]
13. Can you recommend a Subversion client for Windows?
In our opinion the best svn client for windows is Tortoise SVN
[ back to top ]
|