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
issue)? I installed SlikSvn 1.8.9 x64 and I wasn't able to reproduce the error either. Where I am getting the error is the following environment: $ svn --version svn, version 1.8.9 (r1591380) compiled May 8 2014, 05:13:23 on x86_64/x86-microsoft-windows5.1.2600 Regards, Arwin Arni On Fri,

[BUG] svnlook diff infinite loop

2014-05-29 Thread Arwin Arni Nandagopal
diff -r3 /path/to/repo with a 1.8.x or later binary on a Windows 64-bit machine, and it WILL hang. I really hope someone with debugging skills on Windows can help me out here. Regards, Arwin Arni svnlook_diff_infinite_loop.dump Description: Binary data

Re: To decide whether merge should be done or not

2014-02-14 Thread Arwin Arni Nandagopal
necessary changes and then try committing again. In fact, in my day job, we run these scripts manually before committing, so it saves a round trip to the server. Regards, Arwin Arni

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 perform

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

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

Re: SVN Subversion- object level checkout

2011-01-12 Thread Arwin Arni
e file and pipe it to the tool. There is no shortcut here. -Arwin Arni On Wednesday 12 January 2011 02:50 PM, pabitra.mall...@wipro.com wrote: Hi Sourav, This is one of the main problems, which we faced six months back. Then I tried to find out a solution but failed. Now you need to explore