Questions tagged [svk]

svk is a decentralized version control system which makes use of the two underlying layers of Subversion.

Resources

9 questions
28
votes
3 answers

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 praised for a superiour merge experience, Would it be…
inger
  • 19,574
  • 9
  • 49
  • 54
7
votes
8 answers

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…
Bill K
  • 62,186
  • 18
  • 105
  • 157
3
votes
2 answers

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?
zigdon
  • 14,573
  • 6
  • 35
  • 54
3
votes
1 answer

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…
flyisland
  • 223
  • 1
  • 3
  • 9
2
votes
1 answer

SVK synk and scheduled task

I'm trying to automate a SVK sync process. After configuring SVK mirrors, I wrote a batch file with the following svk sync -a >> svk.log &2>1 then I add a Windows Scheduled task running under my administrative account. in svk.log I read The…
Stefano
  • 740
  • 1
  • 6
  • 17
1
vote
2 answers

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 on various servers. This was working adequately…
Fai
  • 11
  • 1
0
votes
1 answer

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…
Jake McGraw
  • 55,558
  • 10
  • 50
  • 63
0
votes
1 answer

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…
kch
  • 77,385
  • 46
  • 136
  • 148
0
votes
1 answer

Set username for repository when using SVK?

I want to mirror a Subversion repository to a local folder using svk mirror But how can I specifify the username that shall be used for logging in to the repository? I already tried http://user@domain.tld/trunk but that's not working. The SVK help…
stefan.at.kotlin
  • 15,347
  • 38
  • 147
  • 270