eople in GUI land do..
Arwin
From: Bo Berglund
Sent: Saturday, 28 April, 13:10
Subject: Re: command line syntax for svn diff
To: users@subversion.apache.org
On Sat, 28 Apr 2018 06:39:24 +, Arwin Arni Nandagopal wrote: >There are
revision keywords like HEAD which references the latest re
There are revision keywords like HEAD which references the latest revision and
PREV which references the last changed revision of the target. E.g: SVN diff
-rHEAD:PREV target.file will show the changes between the last changed revision
for that file and the latest revision, which is effectively
They recommend setting up a "pre-revprop-change" script with nothing in it but
the initial "shebang", for each target repository, and then using "svnsync" to
migrate the repositories. It also assumes the existence of an "svnsync" user-ID
on the target system, which (at least assuming it's an o
gt;
>> >>
>> >>
>> >> Bert
>> >>
>> >>
>> >>
>> >> From: Arwin Arni Nandagopal [mailto:ar...@collab.net]
>> >> Sent: donderdag 29 mei 2014 15:59
>> >> To: users@svn
>> >> Subject:
+1,3 ##
>
> /abc/2.0.A:8
>
> /abc/2.1:6
>
> -/abc/2.2:7
>
> \ No newline at end of property
>
> +/abc/2.2:7,9
>
> \ No newline at end of property
>
>
>
>
>
> Can you explain what is different for you than in this scenario, as this
> certainly does
svnlook diff hangs on an infinite loop when it encounters certain
svn:mergeinfo.
This happens ONLY on Windows 64-bit svn 1.8.x or later client.
I was able to trace the flow of code all the way to:
subversion/svnlook/svnlook.c:display_prop_diffs
Inside here, there is a call to:
subversion/libsvn
Currently, there are no "client side hook scripts". So, what you are asking
cannot be accomplished.
Also, what intrigues me is, any checkstyle scripts that you run have to be
run on the "merged" code (i.e on the working copy, after the merge, before
committing). So by this time, any necessary conf
A merge commit in subversion is no different than a regular commit. It will
cause start-commit, pre-commit and post-commit hooks to be executed.
Regards,
Arwin Arni
On Fri, Feb 14, 2014 at 11:57 AM, ReshmaBabu wrote:
> Hi Team,
>
> Whenever there is merge operation being performed by the user
You needn't dump/load.
Just run svn propget --revprop svn:log -r$N URL > r$N.log in a for loop
running from 0 to HEAD.
Run your sed script on all the files.
Then svn propset --revprop -r$N svn:log -F r$N.log in a similar for loop.
Regards,
Arwin Arni
On Wed, Feb 12, 2014 at 2:36 AM, Stefan
Try http://www.svnhostingcomparison.com/
-Original Message-
From: Victor Sudakov [mailto:suda...@sibptus.tomsk.ru]
Sent: Friday, January 20, 2012 5:54 PM
To: users@subversion.apache.org
Subject: SVN hosting with WebSVN?
Colleagues,
It can be sort of a FAQ, but I could not find it in the
10 matches
Mail list logo