svk

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? ...

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 page: "Currently svk doesn't have its own configuration file. however it loads the one that subversion uses, which should be ~/.su...

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 path: merging back directly. Merging back to mirror source file:///usr/local/svn/repo. A checksum mismatch occurred: Base checksum mismatch on '/...

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 have tried svk mirror, with and without relocate, and to set the svm:mirror property, but it does not work. Best regards, Cédric ...

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 to keep working on, and for that I want to migrate it to git so I can be done with svk for good. It's located in //local/foo, it has no svn...

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 environment). There are probably a lot of better ways to set up our build, but since I work as a consultant on an established project I can't rea...

How to Create View Using SVK?

I am currently using SVK (v2.0.99_01 (using Subversion bindings 1.5.0)) for about a month already and find it very useful that allow me to work while still have the benefit of source control offline (from remote subversion 1.2 server). I use svn:externals, however, this is not supported in SVK. However, svk view might be a good way to h...

Using git-svn (or similar) just to help out with 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 praised for a superiour merge experience, Would it be any good to use git-svn just for the benefit of making the merge more manageable? Can y...