Tagged Questions
1
vote
0answers
19 views
svn merge --dry-run Show svn diff
I'm working with a codebase that has (historically) been merged by hand rather than via svn merge. I'm trying to change that by proving to everyone how useful merge is - but when I do a dry run, I ...
1
vote
1answer
46 views
How do I exclude certain files from a svn diff?
I'm using svn diff -c 789 to show the changes made in revision 789 of our software, but it's showing a lot of files I don't care about, in particular test files. How can I exclude certain files from ...
0
votes
1answer
25 views
SVN 1.7 reapply reverted changes
I have problem with applying svn patch. I'm using svn 1.7 with TortoiseSVN.
Some changes were made in revision A. There were some following commits until revision B reverted changes done in revision ...
0
votes
2answers
40 views
Can I commit one single SVN diff file instead of committing 10 individual files in one go?
I have a list of files that I work on in my source tree in SVN. I might change some other files for my local use and I do not want to commit them. Recently working late by mistake I committed some ...
2
votes
1answer
77 views
Tortoise SVN Diff color codes
Could anyone explain the color codes when doing a diff in SVN, i.e. some lines are marked as red, yellow, blue..etc
1
vote
1answer
22 views
Output for svn diff not generating expected contents
When I run the following command from my working directory:
svn diff > c:\temp\diff-results.diff
I expect the diff-results.diff file to store the modifications I made to files in my working ...
0
votes
1answer
73 views
unable to catch svn command output using exec function
I tried to check status of a file in svn working copy by issuing following commmand:
svn status /home/guna/server/local/svndump/site/head.php
Which outputs results like,
M ...
1
vote
2answers
43 views
Is it possible to compare two different revisions with VisualSVN plugin in visual studio 2012?
With visualsvn plugin, I am able to compare current working copy with the head revision in the repository.
But how could I compare two different revisions that is not working copy or head revision ...
2
votes
1answer
198 views
How do you configure TortoiseSVN to use Visual Studio 2012 for diffing?
I want to use the new Visual Studio diffing tool for diffing changes via TortoiseSVN. What do I type in the external tool command line box?
-5
votes
2answers
41 views
Can someone please help me make meaning of diff in git and svn [duplicate]
This is the output I get of the diff
diff --git a/README.md b/README.md
index cda48bc..95ce355 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
THIS IS LINE 1
-THIS IS LINE 2
+THIS IS LINE X
...
2
votes
2answers
136 views
How to create git-compatible patch from svn revision, that contains binary file changes?
I want to apply diff from SVN revision to some directory. But that diff contains changes to binary files (.png images). I'm trying to use git-apply, like this:
svn diff --force --git -r 1:2 ...
2
votes
1answer
37 views
How do I determine the lineage of several sets of source code?
I have several hundred sets of source code where I know that files were copied from one project to another. Most of the projects were checked into subversion long after the fact (the revision history ...
2
votes
2answers
225 views
Subversion client for Diff/Compare (Mac)
I'm looking for a (free) subversion client that gives a complete DIFF/Compare between two revisions. Xcode's Source Control comparison tool only compares one file at a time, and doesn't give you a ...
1
vote
1answer
191 views
svn diff in a batch file
I am trying to obtain the number of lines changed between two two revisions of a file using the svn diff command. My code is as follows:
svn diff "http://svn.apache.org/repos/asf/lucene/dev/trunk" ...
2
votes
1answer
303 views
SVN Patch - with multiple files
I am trying to make a patch with multiple files in different directories. I don't want to include all my uncommitted files as I have a lot not applicable to the patch.
I know of this command to ...
1
vote
1answer
71 views
Tortoise SVN Diff fails to notice similarities in long lines
I was trying to diff 2 copies of an essay using TSVN diff but when I made a second revision (revision 3) and tried to diff it with revision 2, diff simply highlighted everything orange in the left ...
3
votes
1answer
85 views
How to create a patch with English ASCII header by Tortoise SVN?
My Windows's locale is Chinese/Code Page 936. When I create patch by Tortoise SVN (even if the Tortoise SVN is in English UI), it create a patch file with header like this:
Index: ...
0
votes
2answers
30 views
svn irksomeness … summarize differences between HEAD and older, non-working copy?
How can I summarize changes between the current revision of a source tree in SVN and a copy of the source tree that is about one month old that has had all the .svn files removed?
I made this a ...
0
votes
1answer
42 views
subversion status -u to diff
When i do a svn status -u I get a list of files that need updating. I'd like to feed this list to svn diff so that I can have a list of changes in one one file I can look over.
Can I do this? If so I ...
0
votes
0answers
265 views
SvnKit - svn diff on a single file. Working / merged copy V/s trunk revision
For retrieving diff on a single file, I am trying with below snippet of code:
DAVRepositoryFactory.setup();
SVNRepository repository = SVNRepositoryFactory.create(SVNURL.parseURIEncoded(url));
...
1
vote
2answers
176 views
reviewboard post-review and “A +” status files
I have some "A +" status files after merge from another branch in my svn work path,
like this:
M .
A + protected/extensions/Everyman/neo4jphp.phar
A + ...
4
votes
1answer
149 views
SVN diff in two project versions [duplicate]
Possible Duplicate:
Subversion: How to find the differences between two tags?
I'm working on a multi-module project. I need to get a diff between subversion (svn) tags (which represent ...
2
votes
0answers
67 views
Can I use ediff against a svn branch?
I frequently have conflicting changes in another subversion branch I need to merge into my branch; ediff would go a long ways to making that easier.
However, it seems psvn.el and ediff only support ...
2
votes
1answer
206 views
SVNKit diff between dates
I am trying to use SVNKit to do a simple: svn diff url {date1}:{date2}.
I cannot figure out how to use it on SVNKit. Does anyone know how to do this?
2
votes
1answer
75 views
Subversion and multiple copies of the same file (text and binary)
What Subversion do when a file is copied in multiple folders ? Does it keep a unique copy internally or each copy is duplicated and it controls the diffs for each one ?
And what happen with binary ...
1
vote
2answers
117 views
BitBucket colored diff email service
Does anyone know about anyway to send out colored diffs of commits in bitbucket? I reckon you can do that by pushing out a HTTP call to your own server, but I need a solution in case you do not have ...
0
votes
0answers
51 views
svn diff on branch not showing files if start revision is earlier than revision where file was changed
We had created a shell script where we have a command to list all the files which were modified in between two revisions.
The problem is with the command we are using to get the list. It seems, we ...
0
votes
3answers
612 views
Interpreting “svn diff” output
Let's say there is no content in a.c file, and then one modifies the file as follows:
#include <stdio.h>
int main()
{
printf("Hello, world\n");
}
Executing svn diff, I got this message.
...
1
vote
2answers
271 views
Side-by-side view in Vim of svn-diff for entire directory
I have a MacVim setup on my OSX machine so that the default Vim application (ie: /usr/bin/vim) is actually a symbolic link to the command-line version of Vim that ships with MacVim (ie: ...
2
votes
1answer
61 views
Upgrade OpenCart in svn
I based my current OpenCart instalation on v1.5.2.1 (let's call this Orig_V1).
I then heavily modified it and committed it in my SVN repository (let's call this Mod_V1, SVN rev: r1).
Now I want to ...
1
vote
1answer
63 views
How to execute “svn diff” inside some custom Junit as part of Teamcity build
How to execute "svn diff" inside some custom Junit as part of Teamcity build.
I would like to getwhat has been changed between current version & previous version of file.
I know Teamcity when ...
10
votes
1answer
1k views
Can't convert string from 'UTF-8' to native encoding
I am getting the following error message when I try to compare my project in eclipse (Team->Compare):
(Can't convert string from 'UTF-8' to native encoding)
***
diff --old ...
5
votes
4answers
693 views
Graphical multiple file-pair comparison on Mac OS 10.7
Is it possible to view "svn diff" output graphically on Mac OS?
Most of the graphical diff programs allow you to view only one file per time. Which is very inconvenient when you use svn and have ...
1
vote
1answer
241 views
How do you parse a diff file created with pysvn?
Does pysvn have a way to parse diff files it creates? I want to extra the filename/filepath, head revision of each contained file, total lines changed, total files changed, etc.
If not, is there a ...
2
votes
1answer
197 views
Python: How to create diff/patch files between 2 revisions for a single URL?
I would like to create a diff (patch) file between two revisions for a single SVN URL, including lines of unified context.
Basically I need to provide a Python method to achieve the following:
URL ...
4
votes
3answers
79 views
How to move changes without committing?
I'm working on my laptop on a source-controlled project, but now I want to move my work to my desktop. The thing is, I can't commit because the changes are still work-in-progress.
A solution may be ...
-1
votes
1answer
253 views
Avoid subprocess.Popen auto escaping my backslashes in grep
I'm trying to write an svn pre-commit hook in python. Part of this involves checking the diff file to see if there are any actual file changes (as opposed to just property changes).
I have a working ...
1
vote
2answers
308 views
GUI based svn+diff tool in LINUX for directories comparison
I'm trying to find a good combination of svn and diff tools in LINUX, hope someone can give me some suggestions.
I'm currently using rapidsvn+meld. This combination works fine for me most of time, ...
1
vote
1answer
931 views
how to svn diff between a working copy and an unrelated branch
Here is the scenario:
User 1
create branches/X
svn checkout branches/X to local machine
modify file.txt
commit changes
Another user, User 2,
create branches/Y
svn checkout branches/Y to his ...
0
votes
2answers
232 views
Visual svn diffs from an ssh'd remote server
I work at a small company, and we connect to our development environment via SSH for commits and through SMB to just look through the file structure.
Before I commit my code, I want to be able to see ...
1
vote
1answer
40 views
Is there any way to get TortoiseSVN to show the context of a patch without applying it to a local checkout?
I've used other systems like Starteam in the past and patches created using that system show the entire source file. Seeing the whole source when analysing patches can often help identify potential ...
1
vote
0answers
221 views
SVN diff including new files between revs
I doing a pilot review using Rietveld and am having difficulties generating the SVN diffs for my project.
Using the normal usage of python upload.py -t "My new new issue" --rev X:Y works great for ...
0
votes
3answers
653 views
To view svn diff result in Notepad++/Eclipse?
I run svn diff and have the content diff result in a text file.
Since the operation is slow I don't want to diff again using Eclipse.
I need to view the result in a better manner for comparison, and ...
1
vote
1answer
40 views
How to get a running history diff log in subversion?
Is it possible to get a history of all changes to a certain file including the actual lines that changed?
Something like svn log --with-diffs myfile.txt which would output the commit messages as ...
1
vote
1answer
101 views
What is difference between svn Merge b1 b2 Or simple patching b2 with b1?
Problem:
Here:
b1 = svn branch 1
b2 = svn branch 2
I am not able to understand the difference in :
If I merge a branch b1 with branch b2
If I create a patch by diffing b1 and b2 using tool like ...
0
votes
1answer
563 views
What does 'MM' means when I run a svn diff?
When I run svn diff with the --summarize argument,
svn diff --summarize <path1> <path2>
I see some lines starting with MM in the output.
I know M is for modified, D for deleted, etc. ...
0
votes
1answer
173 views
Configuring tab space for Eclipse Compare Merge editor
Is there a way to configure tab spaces for Eclipse Compare/Merge editor?
I have the Text Editor to use 2 spaces for tab and "Insert spaces for tabs" but this doesn't seem to take effect in the ...
0
votes
2answers
282 views
svn diff without checkout
Is it possible to find out a recursive diff between two tags of a project in remote repository?
In other words if i know the location of 2 tags are https://myrepo.com/project/tags/v1 and ...
0
votes
0answers
38 views
SVN Diff working copy is not the correct file
I ran in a interesting problem using tortoise svn. I tried to merge a branch with my local version and got a couple of conflicts. Not a big deal, but when I opened the diff neither the left (revision ...
0
votes
2answers
400 views
SVN patch/diff management on multi-person project
I typically work on small-sized projects that involve only 2-3 people working on the same codebase concurrently.
The usual routine for me is as follows:
Scour through bug reports, pick a bug by ...
