Re: fixing bug in multiple releases

2010-04-21 Thread Vikrama Sanjeeva
On Wed, Apr 21, 2010 at 8:13 PM, Les Mikesell 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 update t

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 thi

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 ? Nor

Re: How to speed up subversion

2010-04-21 Thread Jeremy Conlin
On Wed, Apr 21, 2010 at 9:58 AM, Les Mikesell 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 time (~1 min)

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 numb

Re: fixing bug in multiple releases

2010-04-21 Thread Vikrama Sanjeeva
On Wed, Apr 21, 2010 at 5:18 PM, David Weintraub wrote: > On Wed, Apr 21, 2010 at 4:27 AM, Vikrama Sanjeeva > wrote: > > Hi, > > > > Thanks Andy and David for your answers. > > > > As I said, it was just a supposition in a case where it becomes necessary > to > > fix all previous releases (for

How to speed up subversion

2010-04-21 Thread Jeremy Conlin
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 number of total files in my repository is ~100. H

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

2010-04-21 Thread Stefan Sperling
On Wed, Apr 21, 2010 at 09:56:13AM +0200, Toralf Förster wrote: > 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. I cannot reproduce your problem (using Subversion trunk) using the

RE: killer feature -- HEAD+1

2010-04-21 Thread Bob Archer
> 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

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 > > > committ

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 Bob Archer
> 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 think, you could start a new project, then check > > out H

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 >di

Re: fixing bug in multiple releases

2010-04-21 Thread David Weintraub
On Wed, Apr 21, 2010 at 4:27 AM, Vikrama Sanjeeva wrote: > Hi, > >   Thanks Andy and David for your answers. > > As I said, it was just a supposition in a case where it becomes necessary to > fix all previous releases (for whatever reason). And in this case, I too > think not to touch the tag itse

Re: fixing bug in multiple releases

2010-04-21 Thread Vikrama Sanjeeva
On Wed, Apr 21, 2010 at 3:42 PM, Les Mikesell wrote: > 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: svn: invalid parameter supplied

2010-04-21 Thread Andy Levy
On Wed, Apr 21, 2010 at 07:41, Marvin Solomon wrote: > > > On 4/20/2010 9:09 AM, Andy Levy wrote: >> >> On Tue, Apr 20, 2010 at 09:57, Marvin Solomon >>  wrote: >>> >>> I have a repository with svnserver running on Linux and am trying to set >>> up >>> a client on Windows. ... >> >> There's reall

Re: fixing bug in multiple releases

2010-04-21 Thread Les Mikesell
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 ? Normally you would want to work in a way that gives you a known

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 >di

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 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 client for the majority of user

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

2010-04-21 Thread Andy Levy
2010/4/21 Toralf Förster : > 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 error could not be rep

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) using

Re: hook-script doesn't run in background

2010-04-21 Thread Lars Oeschey
2010/4/21 Giulio Troccoli : > It looks like your post-commit hooks is a ksh, so have you tried adding & at > the end? Like > > ant all -f MDM-Leitfaden/ant_scripts/mdm-leitfaden.xml > /tmp/dita.log 2>&1 & great! though my fist line is #!/bin/bash, but of course I forgot that additional "&" for p

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 > (http://svn.haxx.se/dev/arc

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 (http://svn.haxx.se/dev/archive-20

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 Sub

Re: fixing bug in multiple releases

2010-04-21 Thread Vikrama Sanjeeva
Hi, Thanks Andy and David for your answers. As I said, it was just a supposition in a case where it becomes necessary to fix all previous releases (for whatever reason). And in this case, I too think not to touch the tag itself rather as per David's advise, branch the tag 1.6, fix it and then r

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