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