AW: Updatable svn export

2013-07-12 Thread Markus Schaber
Hi, Bert, Von: Bert Huijben [mailto:b...@qqmail.nl] > From: Markus Schaber [mailto:m.scha...@codesys.com] > > Von: Daniel Shahaf [mailto:danie...@elego.de] > > > David Schweikert wrote on Thu, Jul 04, 2013 at 15:04:34 +0200: > > > > I was thinking that we could use something like a "svn update > >

Re: Updatable svn export

2013-07-09 Thread Daniel Shahaf
Ben Reser wrote on Tue, Jul 09, 2013 at 09:17:51 -0700: > On Thu, Jul 4, 2013 at 1:32 PM, Daniel Shahaf wrote: > > David Schweikert wrote on Thu, Jul 04, 2013 at 15:04:34 +0200: > >> I was thinking that we could use something like a "svn update > >> --readonly", where svn doesn't any check anythin

Re: Updatable svn export

2013-07-09 Thread Ben Reser
On Thu, Jul 4, 2013 at 1:32 PM, Daniel Shahaf wrote: > David Schweikert wrote on Thu, Jul 04, 2013 at 15:04:34 +0200: >> I was thinking that we could use something like a "svn update >> --readonly", where svn doesn't any check anything on the working copy, >> but just applies any changes committed

RE: Updatable svn export

2013-07-09 Thread Bert Huijben
> -Original Message- > From: Markus Schaber [mailto:m.scha...@codesys.com] > Sent: dinsdag 9 juli 2013 17:09 > To: Daniel Shahaf; David Schweikert > Cc: dev@subversion.apache.org > Subject: AW: Updatable svn export > > Hi, > > Von: Daniel Shahaf [mailto:d

AW: Updatable svn export

2013-07-09 Thread Markus Schaber
Hi, Von: Daniel Shahaf [mailto:danie...@elego.de] > David Schweikert wrote on Thu, Jul 04, 2013 at 15:04:34 +0200: > > I was thinking that we could use something like a "svn update > > --readonly", where svn doesn't any check anything on the working copy, > > but just applies any changes committe

AW: Updatable svn export

2013-07-09 Thread Markus Schaber
Hi, David, Von: David Schweikert [mailto:da...@schweikert.ch] > We have a svn repository with many files (more than 30'000), and need to have > the HEAD version exported to a filesystem, whenever a commit is done. > > Currently, we have implemented this with a post-commit script that does a > "sv

Re: Updatable svn export

2013-07-04 Thread Daniel Shahaf
David Schweikert wrote on Thu, Jul 04, 2013 at 15:04:34 +0200: > I was thinking that we could use something like a "svn update > --readonly", where svn doesn't any check anything on the working copy, > but just applies any changes committed since the last update. That's a common scenario, for exam

Re: Updatable svn export

2013-07-04 Thread Daniel Shahaf
Daniel Shahaf wrote on Thu, Jul 04, 2013 at 23:24:55 +0300: > David Schweikert wrote on Thu, Jul 04, 2013 at 16:00:05 +0200: > > On Thu, Jul 04, 2013 at 15:56:45 +0200, Johan Corveleyn wrote: > > > Beware though that post-commit hooks may be running concurrently, and > > > your 'svn update' launche

Re: Updatable svn export

2013-07-04 Thread Daniel Shahaf
David Schweikert wrote on Thu, Jul 04, 2013 at 16:00:05 +0200: > On Thu, Jul 04, 2013 at 15:56:45 +0200, Johan Corveleyn wrote: > > Beware though that post-commit hooks may be running concurrently, and > > your 'svn update' launched by $REV might still be running when $REV+1 > > tries to start 'svn

Re: Updatable svn export

2013-07-04 Thread David Schweikert
On Thu, Jul 04, 2013 at 15:56:45 +0200, Johan Corveleyn wrote: > Beware though that post-commit hooks may be running concurrently, and > your 'svn update' launched by $REV might still be running when $REV+1 > tries to start 'svn update'. I can see that it could be a problem. Not for us in this cas

Re: Updatable svn export

2013-07-04 Thread Johan Corveleyn
On Thu, Jul 4, 2013 at 3:30 PM, David Schweikert wrote: > Hi Johan, > > Thank you for your quick response! > > On Thu, Jul 04, 2013 at 15:18:57 +0200, Johan Corveleyn wrote: >> > We have a svn repository with many files (more than 30'000), and need to >> > have the HEAD version exported to a files

Re: Updatable svn export

2013-07-04 Thread David Schweikert
Hi Johan, Thank you for your quick response! On Thu, Jul 04, 2013 at 15:18:57 +0200, Johan Corveleyn wrote: > > We have a svn repository with many files (more than 30'000), and need to > > have the HEAD version exported to a filesystem, whenever a commit is > > done. > > ... > > First thing to ch

Re: Updatable svn export

2013-07-04 Thread Johan Corveleyn
On Thu, Jul 4, 2013 at 3:04 PM, David Schweikert wrote: > Hi, > > We have a svn repository with many files (more than 30'000), and need to > have the HEAD version exported to a filesystem, whenever a commit is > done. > > Currently, we have implemented this with a post-commit script that does > a

Updatable svn export

2013-07-04 Thread David Schweikert
Hi, We have a svn repository with many files (more than 30'000), and need to have the HEAD version exported to a filesystem, whenever a commit is done. Currently, we have implemented this with a post-commit script that does a "svn update", but the script is rather slow. The reason is that "svn up