Tagged Questions
The svk tag has no wiki summary.
14
votes
2answers
1k views
Using git-svn (or similar) *just* to help out with an svn merge?
Some complex subversion merges are coming up in my project: big branches that have been apart for a long time. Svn gives too many conflicts - and some of them seem spurious.
Given that git is ...
7
votes
8answers
886 views
How do I avoid checking in local changes to the SVN repository?
I have to make local changes to my project files in order to get it to run in a different environment. Twice now I accidentally checked those changes in (and messed up everyone else's running ...
3
votes
2answers
212 views
Mirroring perforce with SVK?
Anyone know of a way to use SVK with perforce? The docs seem to imply it used to be possible, but some mailing list messages claim that is no longer the case?
1
vote
2answers
155 views
How can I merge new previously-uncommitted changes from a former subversion working directory into a newly imported bazaar repository?
I had upgraded to Ubuntu server 10.04 - however it removed SVK which I had been using for distributed-vc needs, as much of my old projects were still wrapped up in self-hosted subversion repositories ...
0
votes
1answer
227 views
How to migrate an svk repository to git, with history?
I have an svk repo that was full of mirrors and locals etc, I cleaned it up in steps, because I'm trying to get rid of it, and evaluating what should stay. There's only one project there that I want ...
0
votes
1answer
363 views
svk checksum mismatch
I've been using SVK without any issues the last 6 months. I then attempted to commit a file, when the following error occurred:
%> svk commit -m "Message" foo/bar/file.txt
Commit into mirrored ...
0
votes
1answer
185 views
How to set proxy configuration of SVK
I'm working behind a proxy, and now I'm trying to mirror a remote subversion repository, then got "could not connect to server" error with the "svn mirror" command.
I found the following on svk faq ...