Re: command line syntax for svn diff

2018-04-28 Thread Arwin Arni Nandagopal
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

Re: command line syntax for svn diff

2018-04-27 Thread Arwin Arni Nandagopal
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

Re: Questions on migrating SVN (and Trac) to a Google Compute Engine instance

2017-07-27 Thread Arwin Arni Nandagopal
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

Re: [BUG] svnlook diff infinite loop

2014-06-05 Thread Arwin Arni Nandagopal
gt; >> >> >> >> >> >> Bert >> >> >> >> >> >> >> >> From: Arwin Arni Nandagopal [mailto:ar...@collab.net] >> >> Sent: donderdag 29 mei 2014 15:59 >> >> To: users@svn >> >> Subject:

Re: [BUG] svnlook diff infinite loop

2014-06-05 Thread Arwin Arni Nandagopal
+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

[BUG] svnlook diff infinite loop

2014-05-29 Thread Arwin Arni Nandagopal
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

Re: To decide whether merge should be done or not

2014-02-14 Thread Arwin Arni Nandagopal
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

Re: To decide whether merge should be done or not

2014-02-13 Thread Arwin Arni Nandagopal
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

Re: how to use one bug ID syntax for two different butracking-pools

2014-02-12 Thread Arwin Arni Nandagopal
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

RE: SVN hosting with WebSVN?

2012-01-20 Thread Arwin Arni Nandagopal
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