
Subversion
From sselab
(Difference between revisions)
Jump to: navigation, search
(→Links) |
|||
(6 intermediate revisions not shown) | |||
Line 7: | Line 7: | ||
===Links=== | ===Links=== | ||
- | [http://svnbook.red-bean.com/ | + | [http://svnbook.red-bean.com/ Free Online Book Version Control with Subversion] |
- | [http://subversion.apache.org/ | + | [http://subversion.apache.org/ Subversion Home page] |
- | :[http://subversion.apache.org/features.html | + | :[http://subversion.apache.org/features.html Features] |
- | :[http://subversion.apache.org/docs.html | + | :[http://subversion.apache.org/docs.html Documentation] |
- | :[http://subversion.apache.org/faq.html | + | :[http://subversion.apache.org/faq.html FAQ] |
- | [subversion_installation| Installation] | + | [[subversion_installation | Installation]] |
- | [subversion_first-steps| | + | [[subversion_first-steps | First Steps]] |
+ | |||
+ | === FAQ === | ||
+ | |||
+ | ====No Access via TortoiseSVN, but browser access works==== | ||
+ | I can access the svn repository with my browser, but TortoiseSVN shows me an access forbidden message during checkout. | ||
+ | |||
+ | Checkout from https://sselab.de/lab2/private/svn/musterproject, revision HEAD, Fully recursive, Externals included | ||
+ | Unable to connect to a repository at URL 'https://sselab.de/lab2/private/svn/musterproject' | ||
+ | Access to 'https://sselab.de/lab2/private/svn/musterproject' forbidden | ||
+ | |||
+ | You have to [http://stackoverflow.com/questions/1153489/how-to-change-users-in-tortoisesvn reset your TortoiseSVN username]. | ||
+ | |||
+ | == Send feedback to extend this description== | ||
+ | |||
+ | Please contact us if you have question concerning the usage of the service. We are also curious about new ideas for additional services and new usage scenarios. [https://sselab.de/lab1/user/messages/send/ Send us a message over the contact form] or [mailto:admin@sselab.de?subject=Service%20Subversion write us an email] |
Current revision as of 15:43, 10 June 2013
Contents |
Description
Apache Subversion (SVN) is a software versioning and a revision control system.
Aim
With subversion you can edit shared files with the possibility of recovering any former version of that files. This way you won't loose important data overwritten or deleted by any editor.
Links
Free Online Book Version Control with Subversion
FAQ
No Access via TortoiseSVN, but browser access works
I can access the svn repository with my browser, but TortoiseSVN shows me an access forbidden message during checkout.
Checkout from https://sselab.de/lab2/private/svn/musterproject, revision HEAD, Fully recursive, Externals included Unable to connect to a repository at URL 'https://sselab.de/lab2/private/svn/musterproject' Access to 'https://sselab.de/lab2/private/svn/musterproject' forbidden
You have to reset your TortoiseSVN username.
Send feedback to extend this description
Please contact us if you have question concerning the usage of the service. We are also curious about new ideas for additional services and new usage scenarios. Send us a message over the contact form or write us an email
Retrieved from "https://sselab.de/lab2/public/wiki/sselab/index.php?title=Subversion"
- This page was last modified on 10 June 2013, at 15:43.
- This page has been accessed 73,542 times.