Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
subversion [2012/05/10 15:32] zeman |
subversion [2013/04/02 09:56] (current) ufal |
||
---|---|---|---|
Line 78: | Line 78: | ||
* nahledem pres Gitweb rozhrani: https:// | * nahledem pres Gitweb rozhrani: https:// | ||
- | * git klientem pres https: < | + | * git klientem pres https: < |
* pres ssh: < | * pres ssh: < | ||
Line 619: | Line 619: | ||
===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
+ | |||
+ | ==== Password for GNOME keyring ==== | ||
+ | |||
+ | I had this issue on my workstation ('' | ||
+ | |||
+ | <code bash> | ||
+ | Password for ' | ||
+ | svn: OPTIONS of ' | ||
+ | |||
+ | First, what is the Gnome keyring? According to [[http:// | ||
+ | |||
+ | Unfortunately, | ||
+ | * set empty password for the keyring | ||
+ | * remove the keyring | ||
+ | * change the setting of Subversion | ||
+ | |||
+ | One on-line forum suggests removing the keyring file. This sounds like a good idea because I do not think I use it otherwise. | ||
+ | |||
+ | <code bash>rm ~/ | ||
+ | |||
+ | This solution worked for me. For the sake of completeness: | ||
+ | |||
+ | <code bash># Edit the file and add the following line in the [Auth] section (uncommented!): | ||
+ | # password-stores = | ||
+ | # Note that the line may already be there, commented, and/or with the value = no. | ||
+ | vim ~/ | ||
+ | |||
+ | ==== Working copy path does not exist in repository ==== | ||
If you get the message: | If you get the message: |
[ Back to the navigation ] [ Back to the content ]