Questions tagged [subversion]
svn - A centralized version control system.
172 questions
2 votes
1 answer
111 views
Annoying warnings while using Subversion with kwallet
I'm using Subversion on Linux with a repository hosted on a remote server (via https) and with kwallet as the password store. Everything works as expected except that each time I'm using something ...
0 votes
0 answers
210 views
Unset HTTP proxy option for svn using --config-option
If a have a ~/.subversion/servers file that looks like this: [groups] corporate-repo=*.repo.example.com [corporate-repo] http-proxy-host= www-proxy.example.com http-proxy-port= 80 http-proxy-...
0 votes
1 answer
304 views
bash: Split log into parsable chunks
I have a variable log which contains svn history: $ log=$(svn log -r 9:11) $ echo "%s\n" "$log" ------------------------------------------------------------------------ r9 | stew | ...
0 votes
1 answer
140 views
NeoVim - Strange colours in svn ci
I am using neovim as my standard editor on my system. But when I do a check in, it shows the first two lines in strange colours. Why is that and how can I change it to normal? Thanks in advance.
0 votes
0 answers
206 views
svn authentication on unsafe machine
i need to access some repository on an unsafe server. I dont want to store my password anywhere else than current session. What I came up with so far is combination of histcontrol ignorespace then ...
0 votes
1 answer
5k views
svn: E155037: Previous operation has not finished; run 'cleanup' if it was interrupted | Device or resource busy
When we use svn to push files from local or remote server to svn end or delete files, we may meet a problem about "cannot remove Device or resource busy". The reason is that we didn't do svn commit ...
0 votes
0 answers
37 views
Is there any web application to store passwords to a .db file?
I am using Apache subversion to maintain repositories. I am trying to implement it using a MAC book and unfortunately I could not use apache svn modules since it is giving me some run time errors. I ...
3 votes
1 answer
4k views
Why isn't svn using my credentials when run within a shell script?
I have a collection of a dozen directories which are all separate working copies of different svn repos. They are configured the same way on all my machines so I can work on any of them at any time. I'...