does svn diff has a bug for external items ?

2010-04-21 Thread Toralf Förster
Hello, I'm wondering whether this bug https://bugs.gentoo.org/show_bug.cgi?id=309183 is Gentoo specific or worth to be filed in svn bug tracking system too. -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3

entries.c line 2715: assertion failed (orig_schedule == entry-schedule)

2010-04-21 Thread Juergen Loh
Hi, I got an exception from TortoiseSNV 1.6.8 : --- Subversion Exception! --- Subversion hat ein ernstes Problem festgestellt. Bitte nehmen Sie sich die Zeit, es mit einer möglichst ausführlichen Beschreibung, was sie zu tun versuchten, an die

hook-script doesn't run in background

2010-04-21 Thread Lars Oeschey
Hi, I need to run an ant script after a commit, so I used a post-commit script for that. However, even if I put the ant call into the background and redirect stdout and stderr, it still returns only after the ant call is done. I found an old discussion about this

RE: hook-script doesn't run in background

2010-04-21 Thread Giulio Troccoli
I need to run an ant script after a commit, so I used a post-commit script for that. However, even if I put the ant call into the background and redirect stdout and stderr, it still returns only after the ant call is done. I found an old discussion about this

Recursive setting of versioned properties using URL using propedit or svnmucc

2010-04-21 Thread Bettual Richter
Hi, I'm trying to write a skript to set versioned properties after been triggered by a hook but I seem to get stuck finding a solution and hope someone here is able to help me or point out if it's not possible. I'd like to set a property for every file in a certain directory(recursivly)

Re: does svn diff has a bug for external items ?

2010-04-21 Thread Andy Levy
2010/4/21 Toralf Förster toralf.foers...@gmx.de: Hello, I'm wondering whether this bug http://bugs.gentoo.org/show_bug.cgi?id=309183 is Gentoo specific or worth to be filed in svn bug tracking system too. This was reported back in March and the last post on the subject (mine) was that the

Re: svn: invalid parameter supplied

2010-04-21 Thread Marvin Solomon
On 4/20/2010 9:09 AM, Andy Levy wrote: On Tue, Apr 20, 2010 at 09:57, Marvin Solomon solo...@conceptshopping.com wrote: I have a repository with svnserver running on Linux and am trying to set up a client on Windows. ... There's really no compelling reason to use the cygwin Subversion

Re: Recursive setting of versioned properties using URL using propedit or svnmucc

2010-04-21 Thread Lorenz
Bettual Richter wrote: I'm trying to write a skript to set versioned properties after been triggered by a hook but I seem to get stuck finding a solution and hope someone here is able to help me or point out if it's not possible. I'd like to set a property for every file in a certain

Re: Recursive setting of versioned properties using URL using propedit or svnmucc

2010-04-21 Thread Bettual Richter
Bettual Richter wrote: I'm trying to write a skript to set versioned properties after been triggered by a hook but I seem to get stuck finding a solution and hope someone here is able to help me or point out if it's not possible. I'd like to set a property for every file in a certain

RE: killer feature -- HEAD+1

2010-04-21 Thread Giulio Troccoli
Linedata Services (UK) Ltd Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB Registered in England and Wales No 3027851VAT Reg No 778499447 -Original Message- From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: 21 April 2010 15:35 To: Daniel Shahaf;

Re: killer feature -- HEAD+1

2010-04-21 Thread Stefan Sperling
On Wed, Apr 21, 2010 at 10:35:13AM -0400, Bob Archer wrote: Hi David, David Brodbeck wrote on Tue, 20 Apr 2010 at 14:31 -0700: I'm more interested in the feature suggested by the +1 in the subject line -- the ability to get *future* revisions that haven't been committed yet. Just

Re: How to speed up subversion

2010-04-21 Thread Les Mikesell
On 4/21/2010 10:48 AM, Jeremy Conlin wrote: I have a working copy/respository with many files that are several hundred MB each. Whenever I try to check the status of my working copy or do a commit, it can take a long time (~1 min) before I get a response. I don't have any externals and the

Re: How to speed up subversion

2010-04-21 Thread Jeremy Conlin
On Wed, Apr 21, 2010 at 9:58 AM, Les Mikesell lesmikes...@gmail.com wrote: On 4/21/2010 10:48 AM, Jeremy Conlin wrote: I have a working copy/respository with many files that are several hundred MB each.  Whenever I try to check the status of my working copy or do a commit, it can take a long

Re: fixing bug in multiple releases

2010-04-21 Thread Les Mikesell
On 4/21/2010 8:48 AM, Vikrama Sanjeeva wrote: Also, in case of web-applications what is the best practice to deploy REL-1.7 on production ? Do we replace whole REL-1.6 code with REL-1.7 or just update the production with modified binaries of REL1.7 ?

Re: Recursive setting of versioned properties using URL using propedit or svnmucc

2010-04-21 Thread Ryan Schmidt
On Apr 21, 2010, at 09:27, Bettual Richter wrote: On Apr 21, 2010, at 07:19, Lorenz wrote: Bettual Richter wrote: I'd like to set a property for every file in a certain directory(recursivly) using an url. Something like svn propedit -R PROPNAME PROPVAL URL I think you meant propset

Re: fixing bug in multiple releases

2010-04-21 Thread Vikrama Sanjeeva
On Wed, Apr 21, 2010 at 8:13 PM, Les Mikesell lesmikes...@gmail.com wrote: On 4/21/2010 8:48 AM, Vikrama Sanjeeva wrote: Also, in case of web-applications what is the best practice to deploy REL-1.7 on production ? Do we replace whole REL-1.6 code with REL-1.7 or just