Is there any way to list just the property names (not values) that
have changed between the working copy and its base revision?
If not, where does one request features for svn?
In our build tree, I am trying to determine if there are properties
that have changed other than svn:mergeinfo and beyon
Shall we trade version info?
I'm running on WinXP SP3, with svn command line from Wandisco
binaries, svn version 1.6.15 (r1038135) compiled Nov 25 2010, 16:55:30
On Tue, Feb 22, 2011 at 2:09 PM, Daniel Shahaf wrote:
> Having fixed that (the fix was to use "--" in argv), I get this output
> with
On Tue, Feb 22, 2011 at 11:50 AM, Daniel Shahaf wrote:
> Could you use "#!/usr/bin/env python" as the first line please?
>
> Also, the script should rm -rf repos working w_foo w_bar, to make it
> re-runnable.
>
I can't seem to automatically delete the directoriesk (either by "rm
-rf" or python's
> svn: Unrecognized format for the relative external URL 'blah.txt'.
> 4
> ]]]
>
> I'm not sure what causes this, but for reference here's the output of
> 'svn help propset' from trunk:
I had to use "blah.txt -r 3 ^/foo/trunk/blah.txt" rather than "-r 3
^/foo/trunk/blah.txt blah.txt" as it would
> hope it's either an easy fix or an easy workaround...
...or that it's something wrong with my setup and not a bug after all.
Hmm, a merge attempt isn't that hard, here's another script that does
that, and has the same problem.
We don't use local file repositories, but this has the same symptom as
w/ a remote server.
hope it's either an easy fix or an easy workaround...
--Jason
import subprocess
import os
def getDirAs
>> If you could write a script that starts with an empty repository, gets a
>> working copy, and runs svn commands until the problem triggers, that would
>> help greatly (and avoids any ambiguity in the problem description!).
>
> See attached python script (tested only on WinXP + Python 2.6.5)
>
S
> The problem with reintegrate merges you are describing sounds
> quite serious and should be added to the issue tracker.
I had recently submitted it (but didn't know about posting to this list first).
See http://subversion.tigris.org/issues/show_bug.cgi?id=3816
> Can you share more information t
I'm having trouble with single-file externals, and I suspect this is a
bug in svn rather than in my setup.
The file externals work fine except for one thing: they cause svn to
see my checkout incorrectly as a mixed-revision checkout. If I do a
clean checkout, and type "svnversion", instead of seei