Re: Using SVN with cron?

2011-03-06 Thread Daniel Becroft
On Mon, Mar 7, 2011 at 5:35 AM, bimininavels wrote: > I've been struggling all morning with what should be a very simple problem. > > I would like to commit and update a svn repository daily using cron. I've > encapsulated my svn calls into a perl script, which runs the following > > > #!/us

mod_dav_svn as a sub module of subversion

2011-03-06 Thread Nguyen Vu Hung (VNC)
Hello all, Just curious, why mod_dav_svn is distributed as a sub module of svn instead of an idependent apache httpd module? BR, Nguyen Vu Hung Original Message Subject:Subversion 1.6.16 Released Date: Thu, 3 Mar 2011 14:02:59 -0600 From: Hyrum Wright To: announ

Using SVN with cron?

2011-03-06 Thread bimininavels
I've been struggling all morning with what should be a very simple problem. I would like to commit and update a svn repository daily using cron. I've encapsulated my svn calls into a perl script, which runs the following #!/usr/bin/perl print "To run svn commit\n"; $thetime=time; system "

subversion, davfs - problem after ugrade

2011-03-06 Thread Andrzej Zawadzki
Hi! After upgrade from apache-mod_dav_svn-1.6.12 to apache-mod_dav_svn-1.6.1{5,6} my repo isn't accessible without authorization process - with login/password - works. My apache error log file shows only: [Thu Mar 03 17:18:19 2011] [error] [client 192.168.201.1] Invalid method in request USERIN

Windows Authentication and/or suggestion

2011-03-06 Thread hsantos
Hi To prepare the migration process from our long time usage of CVS based projects to SVN, I successfully installed and got the current versions of SUBVERSION, Apache APR web server running. Instructions were overall pretty good for the basic/quick installation and testing. But I don't get how

Re: Using svn with cron?

2011-03-06 Thread Nguyen Vu Hung (VNC)
(2011/03/07 12:49), bimininavels wrote: Where is svn's stderr? svn &> /some/file ?

Re: Using svn with cron?

2011-03-06 Thread bimininavels
Where is svn's stderr?

Re: 'Could not get next bucket brigade' error

2011-03-06 Thread Nico Kadel-Garcia
On Sun, Mar 6, 2011 at 11:43 AM, Daniel Shahaf wrote: > Nico Kadel-Garcia wrote on Sun, Mar 06, 2011 at 09:00:15 -0500: >> On Sun, Mar 6, 2011 at 7:22 AM, Andy Levy wrote: >> > On Sat, Mar 5, 2011 at 22:34, Konstantin Boyandin >> > wrote: >> >> Hello, >> >> >> >> Setup: there's a server where S

Re: Using svn with cron?

2011-03-06 Thread Daniel Shahaf
Did you check svn's stderr? bimininavels wrote on Sun, Mar 06, 2011 at 11:45:36 -0800: > I've been struggling all morning with what should be a very simple problem. > > I would like to commit and update a svn repository daily using cron. I've > encapsulated my svn calls into a perl script, which

Using svn with cron?

2011-03-06 Thread bimininavels
I've been struggling all morning with what should be a very simple problem. I would like to commit and update a svn repository daily using cron. I've encapsulated my svn calls into a perl script, which runs the following #!/usr/bin/perl print "To run svn commit\n"; $thetime=time; system "

Re: 'Could not get next bucket brigade' error

2011-03-06 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Sun, Mar 06, 2011 at 09:00:15 -0500: > On Sun, Mar 6, 2011 at 7:22 AM, Andy Levy wrote: > > On Sat, Mar 5, 2011 at 22:34, Konstantin Boyandin > > wrote: > >> Hello, > >> > >> Setup: there's a server where Subversion repository is located (working > >> via Apache backen

subversion, davfs - problem after ugrade

2011-03-06 Thread Andrzej Zawadzki
Hi! After upgrade from apache-mod_dav_svn-1.6.12 to apache-mod_dav_svn-1.6.1{5,6} my repo isn't accessible without authorization process - with login/password - works. My apache error log file shows only: [Thu Mar 03 17:18:19 2011] [error] [client 192.168.201.1] Invalid method in request USERIN

Re: diff on files added by merge

2011-03-06 Thread Piotr Kabaciński
On 03/06/2011 03:04 PM, Stefan Sperling wrote: I have problem with showing diff for files added by merge. Problem is described here: http://subversion.tigris.org/issues/show_bug.cgi?id=3261 I understand explanation that wrote C. Michael Pilato, but maybe you know how to skip this inconvenience a

Re: diff on files added by merge

2011-03-06 Thread Stefan Sperling
On Sun, Mar 06, 2011 at 11:50:23AM +0100, Piotr Kabaciński wrote: > Hi, > > I have problem with showing diff for files added by merge. > Problem is described here: > http://subversion.tigris.org/issues/show_bug.cgi?id=3261 > > I understand explanation that wrote C. Michael Pilato, but maybe you >

Re: 'Could not get next bucket brigade' error

2011-03-06 Thread Nico Kadel-Garcia
On Sun, Mar 6, 2011 at 7:22 AM, Andy Levy wrote: > On Sat, Mar 5, 2011 at 22:34, Konstantin Boyandin wrote: >> Hello, >> >> Setup: there's a server where Subversion repository is located (working >> via Apache backend), OS CentOS 5.5, Subversion installed as RPM >> subversion-1.4.2-4.el5_3.1 Red

Re: 'Could not get next bucket brigade' error

2011-03-06 Thread Andy Levy
On Sat, Mar 5, 2011 at 22:34, Konstantin Boyandin wrote: > Hello, > > Setup: there's a server where Subversion repository is located (working > via Apache backend), OS CentOS 5.5, Subversion installed as RPM > subversion-1.4.2-4.el5_3.1 > > Client: Fedora 14, Subversion installed from RPM > subver

diff on files added by merge

2011-03-06 Thread Piotr Kabaciński
Hi, I have problem with showing diff for files added by merge. Problem is described here: http://subversion.tigris.org/issues/show_bug.cgi?id=3261 I understand explanation that wrote C. Michael Pilato, but maybe you know how to skip this inconvenience and show changes on files before commit?