svk is a decentralized version control system which makes use of the two underlying layers of Subversion.
0
votes
0answers
5 views
Does SVK track filesystem metadata?
This is what I think I am coming to understand, but I am not entirely sure.
2
votes
1answer
72 views
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 ...
0
votes
0answers
26 views
SVN/svk remote dump crashing
I've been trying to remotely dump and svn repository using the tools in svk. My problem is that it can do it locally using svnadmin dump on the machine holding the repository, but my this machine ...
0
votes
1answer
41 views
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 ...
1
vote
2answers
203 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 ...
23
votes
3answers
2k 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
1k 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 ...
0
votes
1answer
326 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
463 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 ...
1
vote
1answer
222 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 ...
3
votes
2answers
285 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?