6
votes
8answers
114 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 el …
0
votes
1answer
42 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 …
0
votes
0answers
19 views
How to rollback a svk mirror --detach?
Hi,
I use svk on my laptop to work on my projects while off line, but I have run a "svk mirror --detach //my-mirror/app", and I cannot find how to make an "attach" command.
I ha …
0
votes
1answer
123 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 fo …
0
votes
1answer
97 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
Comm …
3
votes
2answers
101 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?
