Re: Python bindings for Subversion for ViewVC

2010-07-07 Thread Mark Phippard
Hi Joe, it's been a while. Take a look at CollabNet Subversion Edge, it takes care of all this for you. See http://www.collab.net/svnedge Mark Sent from my iPhone On Jul 7, 2010, at 4:10 PM, "Joe Baumgarten" wrote: > Hello, > > > > I am trying to get ViewVC running on a windows system.

Python bindings for Subversion for ViewVC

2010-07-07 Thread Joe Baumgarten
Hello, I am trying to get ViewVC running on a windows system. I have downloaded ViewVC 1.1.6, Python 2.6 and the Python windows extensions. I am running Subversion 1.5.2 (r32768) on a Windows pc. The instructions provided by ViewVC tell me that For Subversion support, I'll need to have t

Re: SVN Apache Installation

2010-07-07 Thread Ryan Schmidt
On Jul 7, 2010, at 11:49, Andy Levy wrote: > The Subversion modules for Apache require Apache 2.2.x, so you will > need to upgrade or install 2.2 in parallel with 2.0.63. Did that change recently? I know Subversion used to compile just fine with Apache 2.0.x or 2.2.x and that there were binarie

Error loading mod_dav_svn

2010-07-07 Thread Itamar O
Hi list, I am administering the Subversion server on my organizational intranet, and have been running SVN 1.5.6 (from the collabnet package) on Windows Server 2003 with Apache 2.2.11 with no issues. Recently we have purchased a newer server hardware with Windows Server 2008 64-bit, and I started

Re: SVN Apache Installation

2010-07-07 Thread Andy Levy
On Wed, Jul 7, 2010 at 12:45, David Swingley wrote: > I am trying to install TortoiseSVN version 1.6.8 and use it on a Unix server > running Apache/2.0.63 (Red Hat). TortoiseSVN is not a server, it is a client, and it only runs on Windows. The Subversion modules for Apache require Apache 2.2.x,

SVN Apache Installation

2010-07-07 Thread David Swingley
I am trying to install TortoiseSVN version 1.6.8 and use it on a Unix server running Apache/2.0.63 (Red Hat). Can someone please enlighten me on where to get these two packages, and how to install them? LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/m

Re: can't build with zlib

2010-07-07 Thread Campbell Allan
On Wednesday 07 Jul 2010, Edward Ned Harvey wrote: > > From: Jon Foster [mailto:jon.fos...@cabot.co.uk] > > > > What's the full output of ldd? > > Here's how I built it: > rm -rf /scratch/eharvey/svn > mkdir /scratch/eharvey/svn > cd /scratch/eharvey > rm -rf subversion-1.6.12 > tar xjf subversion

Re: Performance of svn+ssh vs. file for multiple files

2010-07-07 Thread Les Mikesell
On 7/6/2010 8:44 PM, Eric Peers wrote: I do need to update specific files - I basically need to replicate user's workspaces for per-file-per-version (think continuous build automation). Some files are included, others are not. I'm not quite sure why you wouldn't maintain the versions you want

Re: svn add: Unrecognized line ending style

2010-07-07 Thread Aaron Turner
On Wed, Jul 7, 2010 at 12:34 AM, Johan Corveleyn wrote: > On Wed, Jul 7, 2010 at 7:57 AM, Aaron Turner wrote: >> On Tue, Jul 6, 2010 at 10:34 PM, Henrik Sundberg wrote: >>> On Wed, Jul 7, 2010 at 7:06 AM, Aaron Turner wrote: > echo "hi" >foo.c > svn add foo.c svn: Unrecognized line

swapping the trunk and a branch

2010-07-07 Thread Cory Riddell
Hi Uli, > > Things have checked out and now we want to upgrade. I want to swap my > > trunk and my branch. > > This sounds strange now. Normally, you would merge the branch back into the > trunk. Also, what about the changes made to the trunk since you made the > branch? Do you want to discard th

Re: Help needed on how to use this list

2010-07-07 Thread Lorenz
andy corpes wrote: >I am having trouble figuring out how to use this list, it appears to be like >no other i use. Hopefully i am >just looking in the wrong places. > >Obviously I can post questions, but is there anyway that i can get a copy of >all posts to be directed to my inbox? >At the moment t

Re: Slow merging of selected revisions

2010-07-07 Thread Andy Levy
On Wed, Jul 7, 2010 at 09:41, emerson wrote: > As a result of this new process, developers are doing a lot more local > updates. How much of CPU this takes from the server? You (presumably) have access to your server; we do not. Log into the server and perform one of these tasks while monitoring

Re: Slow merging of selected revisions

2010-07-07 Thread emerson
As a result of this new process, developers are doing a lot more local updates. How much of CPU this takes from the server? regards Emerson On 7 July 2010 12:10, emerson wrote: > We started to use a two tiered baseline approach, with a development > trunk and a stable branch. > Everyday we are d

RE: uses of svn:ignore ?

2010-07-07 Thread Giulio Troccoli
> Linedata Limited Registered Office: 85 Gracechurch St., London, EC3V 0AA Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 -Original Message- > From: Michaël [mailto:michael-...@marinetti.fr] > Sent: 07 July 2010 12:17 > To: users@subversion.apache.org > Subject: use

uses of svn:ignore ?

2010-07-07 Thread Michaël
Hi all, I want to ignore a config file located in my working copy at ./application/config/config.php . So, in command-line I type the following : $ cd application/config $ svn propset svn:ignore config.php . property 'svn:ignore' set on '.' ### and I can check $ svn propget svn:ignore . config

Slow merging of selected revisions

2010-07-07 Thread emerson
We started to use a two tiered baseline approach, with a development trunk and a stable branch. Everyday we are doing promotions of selected changes based on revisions, which might involve from 1 to >15 revisions in one go. Even dry-run sometimes takes more than 30 minutes to process one single fi

Re: Performance of svn+ssh vs. file for multiple files

2010-07-07 Thread Nico Kadel-Garcia
On Tue, Jul 6, 2010 at 2:17 PM, Eric Peers wrote: > Howdy, > > I've got a program that needs to checkout specific files at specific > versions. In this particular case a branch does not make sense. I have found > that the performance of svn+ssh in this case is very bad. > > I run the rough equival

Re: can't build with zlib

2010-07-07 Thread Nico Kadel-Garcia
On Tue, Jul 6, 2010 at 10:14 AM, Edward Ned Harvey wrote: > I have tried everything I can think of, and I can't seem to get svn to build > with the zlib that comes with it.  It's always linking against > /usr/lib64/zlib. Why do you want to? Compiling libraries internally for specific applicatons

Re: svn add: Unrecognized line ending style

2010-07-07 Thread Nico Kadel-Garcia
On Wed, Jul 7, 2010 at 3:34 AM, Johan Corveleyn wrote: > On Wed, Jul 7, 2010 at 7:57 AM, Aaron Turner wrote: >> On Tue, Jul 6, 2010 at 10:34 PM, Henrik Sundberg wrote: >>> On Wed, Jul 7, 2010 at 7:06 AM, Aaron Turner wrote: > echo "hi" >foo.c > svn add foo.c svn: Unrecognized line

RE: Help needed on how to use this list

2010-07-07 Thread Cooke, Mark
> On Wed, Jul 7, 2010 at 6:39 AM, andy corpes wrote: > > Hi List, > > > > I am having trouble figuring out how to use this list, it > appears to be like > > no other i use. Hopefully i am > > just looking in the wrong places. > > > > Obviously I can post questions, but is there anyway that i > c

Re: Help needed on how to use this list

2010-07-07 Thread Nico Kadel-Garcia
On Wed, Jul 7, 2010 at 6:39 AM, andy corpes wrote: > Hi List, > > I am having trouble figuring out how to use this list, it appears to be like > no other i use. Hopefully i am > just looking in the wrong places. > > Obviously I can post questions, but is there anyway that i can get a copy of > all

Help needed on how to use this list

2010-07-07 Thread andy corpes
Hi List, I am having trouble figuring out how to use this list, it appears to be like no other i use. Hopefully i am just looking in the wrong places. Obviously I can post questions, but is there anyway that i can get a copy of all posts to be directed to my inbox? At the moment the only way i ha

Eric Cordon/FR/EUROPE/GROUP is out of the office.

2010-07-07 Thread eric . cordon
Je serai absent(e) à partir du 07/03/2010 de retour le 07/12/2010. I will be out of the office I am off, picking up e-mails only occasionnally For all important issues please reach directly: For Synapse : Patrice Canchon For OPTIME : Optime Dev Eu (Raphael Glaizaud- Chant Mouradian) For Fibex

Re: swapping the trunk and a branch

2010-07-07 Thread Ulrich Eckhardt
On Tuesday 06 July 2010, Cory Riddell wrote: > We are about to upgrade to a new Visual Studio. While preparing for the > upgrade, I created a branch call VS2010 to test our software and make > sure everything is working before moving everybody to the new IDE. Completely normal approach, separate b

Re: Commit fails on replacing file with new property

2010-07-07 Thread Stefan Sperling
On Wed, Jul 07, 2010 at 08:19:28AM +0200, Donald Kwakkel wrote: > Hi All, > > This issue seems similair to > http://subversion.tigris.org/issues/show_bug.cgi?id=3533, but it shows up in > a different way. > Should I log a bug for this? Yes please. Thank you! Stefan

Re: svn add: Unrecognized line ending style

2010-07-07 Thread Johan Corveleyn
On Wed, Jul 7, 2010 at 7:57 AM, Aaron Turner wrote: > On Tue, Jul 6, 2010 at 10:34 PM, Henrik Sundberg wrote: >> On Wed, Jul 7, 2010 at 7:06 AM, Aaron Turner wrote: echo "hi" >foo.c svn add foo.c >>> svn: Unrecognized line ending style for 'foo.c' >>> echo -n "hi" >foo.c svn

Commit fails on replacing file with new property

2010-07-07 Thread Donald Kwakkel
Hi All, This issue seems similair to http://subversion.tigris.org/issues/show_bug.cgi?id=3533, but it shows up in a different way. Should I log a bug for this? Kind regards, Donald svn, version 1.6.5 (r38866) compiled Sep 1 2009, 13:23:06 --- echo x > x svn add x svn ci -m "add x" x svn lo