0
votes
1answer
23 views
svnmerge croaks on mysterious conflict
We run svn 1.6.x on both server and client. I branched, worked for several weeks, downmerged a few times, and then set out to upmerge back. svnmerge.py, as logged below, splits the commits into two …
1
vote
2answers
32 views
How can I merge my files when the folder structure has changed
I want to perform a major codebase reorganization, but I'm unable to proceed unless I can provide a way for trunk fixes to be easily applied to branches that were taken before the reorganization.
One …
0
votes
2answers
48 views
Does SVN Merge Save Disk Space?
The SVN book describes deltification as "each time a new version of a file is committed to the repository, Subversion encodes the previous version (actually, several previous versions) as a delta …
0
votes
1answer
37 views
svnmerge workflow
How are you using svnmerge for merging and branching in svn?
0
votes
2answers
84 views
svnmerge vs svn merge
What is the difference between 'svnmerge' (the python script) and 'svn merge' (Subversion 1.5's native merge-tracking)? Which one do you recommend?
2
votes
2answers
76 views
svnmerge and renaming a branch break tracking?
If I'm using svnmerge to track changes for a branch and I want to rename the branch (by doing an svn mv), will this cause any problems with the way the changes are tracked? Is this a safe thing to …
0
votes
1answer
103 views
Svnmerge and a file replaced with a directory
I'm using svnmerge.py to manage our repository. In trunk, file X has been replaced a directory. When trying to merge this to a branch, I get the error:
svn: Can't replace 'X' with a node of a …
1
vote
6answers
534 views
SVN Merge conflict during commit
Eclipse + Subversive plugin
On commiting a directory which is out of sync with the SVN a message pops up:
Merge conflict during commit
svn: Commit failed (details follow):
svn: File or directory '.' …
2
votes
1answer
103 views
How should one use the svnmerge workflow with Mercurial?
svnmerge helps to block some changesets from a specific branch. How can this be achieved with Mercurial?
7
votes
4answers
394 views
Commits and merges on SVN subdirectories considered harmful?
We have several large subprojects inside our main SVN project root.
I commit and merge only my subproject when working with our release branches, mainly because it's faster.
However, a colleague …
0
votes
0answers
188 views
Using svnmerge.py with mixed svn client versions (1.4 & 1.5) and svn 1.5 server
We currently use svnmerge to manage merging. The environment is a mix of v1.4 and v1.5 clients, and the svn server was recently updated to v1.5.
After evaluating svn 1.5's merge features, it was …
0
votes
2answers
113 views
If you merge a specific set of revisions from trunk into a branch with subversion, what happens?
If I make changes in the trunk to 3 different files, say revisions 40, 45, and 47 respectively, where none of those files have changed since revision 15, how can I merge those revisions into the …
2
votes
1answer
1k views
“The system cannot find the file specified” when invoking subprocess.Popen in python
I'm trying to use svnmerge.py to merge some files. Under the hood it uses python, and when I use it I get an error - "The system cannot find the file specified". Colleagues at work are running the …
