subscribe

2010-09-21 Thread Andrew Sasak

Installing perl bindings after the fact

2010-09-21 Thread Nate Parsons
Hi all, I'm currently a non-root, non-sudo-er user on this particular linux box, and I'd like to start using SVN::Core. The box has subversion 1.6.12 and perl 5.10.0, but my perl script can't find SVN/Core.pm in @INC. Is there an easy way to get this working without bothering my sysadmin? I don't

Re: configure stopping on Berkeley DB include.........

2010-09-21 Thread Nico Kadel-Garcia
On Tue, Sep 21, 2010 at 5:23 PM, Ryan Schmidt wrote: > On Sep 21, 2010, at 08:52, Stewart Dean wrote: > >> I built apr and apr-util on this machine, then ran configure like this: >> >> ./configure --with-apr=/usr/local/apr/bin --with-apr-util=/usr/local/apr/bin >> >> The configure runs fine up unt

Re: Problem with first revision of file being checked in, then deployed

2010-09-21 Thread Ryan Schmidt
On Sep 21, 2010, at 14:08, David Bartmess wrote: > I'm automating the deployment of our software, and came across a problem. > > In order to only pull the files changed for a specific revision, I do a "diff > -r: --summarize". I then parse the output through sed to > get just the filename. >

Re: configure stopping on Berkeley DB include.........

2010-09-21 Thread Ryan Schmidt
On Sep 21, 2010, at 08:52, Stewart Dean wrote: > I built apr and apr-util on this machine, then ran configure like this: > > ./configure --with-apr=/usr/local/apr/bin --with-apr-util=/usr/local/apr/bin > > The configure runs fine up until: > > checking for availability of Berkeley DB... no > co

post-commit notify scripts

2010-09-21 Thread Jeremy Mordkoff
I use a post commit script to send email to a list whenever anyone commits anything. I want to start filtering that now. Anyone done this and willing to share any tools? JLM Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 97

Re: Problem with first revision of file being checked in, then deployed

2010-09-21 Thread David Bartmess
On 9/21/2010 1:22 PM, Bostjan Skufca wrote: For database up/downgrades you should look into dbdeploy. Also, my svn client (latest) nicely shows all files modified AND added. The letter M or A in front of filename signifies it. b. On 21 September 2010 21:08, David Bartmess wrote: I'm aut

Help with setting up transparent tunnel

2010-09-21 Thread Itamar O
Hi all, I am serving multiple Subversion (1.6.12) repositories with Apache (2.2) over Windows (Server 2008). My setup is a multi-project intranet server, so I configured it to serve all projects using SVNParentPath on of the main company VirtualHost (on a domain e.g. www.company.com). This includ

Re: Problem with first revision of file being checked in, then deployed

2010-09-21 Thread Bostjan Skufca
For database up/downgrades you should look into dbdeploy. Also, my svn client (latest) nicely shows all files modified AND added. The letter M or A in front of filename signifies it. b. On 21 September 2010 21:08, David Bartmess wrote: >  I'm automating the deployment of our software, and cam

Problem with first revision of file being checked in, then deployed

2010-09-21 Thread David Bartmess
I'm automating the deployment of our software, and came across a problem. In order to only pull the files changed for a specific revision, I do a "diff -r: --summarize". I then parse the output through sed to get just the filename. All this works normally, but if the PriorRev of the file doe

RE: svn merge --reintegration.

2010-09-21 Thread Bob Archer
> I am having some issues with merging that I could use some advice > on, please. > > I have a trunk and a customer branch. > The decision has been made that all features belonging to the > branch need to be added back into the trunk. > > Changes have also been ongoing in the trunk too. > > Is t

RE: Multiple svn chekcouts in the same top-level hierarchy

2010-09-21 Thread Tennebø Frode
> Tennebø Frode wrote: > > >[...] > >One of the files retrieved is the script "retrieve.sh" which > in turn retrieves ~100 different products from my repository: > > have you considered using svn:externals instead? Actually, I have. There are several issues with externals. One is that if I c

configure stopping on Berkeley DB include.........

2010-09-21 Thread Stewart Dean
I built apr and apr-util on this machine, then ran configure like this: ./configure --with-apr=/usr/local/apr/bin --with-apr-util=/usr/local/apr/bin The configure runs fine up until: checking for availability of Berkeley DB... no configure: error: Berkeley DB 4.0.14 or newer wasn't found. So

RE: svn merge --reintegration.

2010-09-21 Thread Jeremy Mordkoff
A merge to a new branch based on the head of trunk should be no different than a merge to trunk itself. The secondary merge of the newly merged branch to trunk will be trivial. I still often do exactly what you propose so that I can test and debug the merged code before committing it to trunk. So

Re: Multiple svn chekcouts in the same top-level hierarchy

2010-09-21 Thread Lorenz
Tennebø Frode wrote: >[...] >One of the files retrieved is the script "retrieve.sh" which in turn retrieves >~100 different products from my repository: have you considered using svn:externals instead? That would take care of your issue 1) I don't think it will make a difference regarding issue

Multiple svn chekcouts in the same top-level hierarchy

2010-09-21 Thread Tennebø Frode
I have a setup where I have a help-structure which I check out as normal: # svn co svn+ssh://halt/Products/Foo/lzy202432_13_application_sw/trunk . Alibrlib Alibrlib/lib Alibcru Alibcru/lib Alibhci Alibhci/lib Aretrieve.sh Alibcau Alibcau/lib : : One of the file

Re: I need help understanding license

2010-09-21 Thread Stefan Sperling
On Tue, Sep 21, 2010 at 08:35:31AM +0100, Giulio Troccoli wrote: > I am not a lawyer either, but I would have thought the Subversion > license regards the Subversion source code, not any content of any > repository created and managed with Subversion. That is correct. But the question was about S

RE: I need help understanding license

2010-09-21 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: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] > Sent: 21 September 2010 07:16 > To: Johno 48 > Cc: users@sub