1.7.0-alpha2 testsuite pysqlite complications with CentOS

2011-07-01 Thread Josh Cepek
I was building the subversion 1.7.0-alpha2 pre-release in a CentOS 5.6 environment and encountered an interesting problem with the new dependency for python's sqlite support. CentOS seems to name the site python library 'sqlite' while the subversion system expects to import 'sqlite3'. This cau

[PATCH] [perl bindings] Bizarre copy of UNKNOWN in subroutine

2011-07-01 Thread Stéphane Gaudreault
Le 20 juin 2011 15:28:32, Stefan Sperling a écrit : > On Mon, Jun 20, 2011 at 09:54:12AM -0400, Stéphane Gaudreault wrote: > > Le 19 juin 2011 13:53:12, Stefan Sperling a écrit : > > > On Sun, Jun 19, 2011 at 07:43:31PM +0200, Otto Allmendinger wrote: > > > > So does this qualify as a proper bug? C

Re: SVN 1.7 - check out single file?

2011-07-01 Thread Phil Pinkerton
On 7/1/2011 1:14 PM, Andy Levy wrote: On Fri, Jul 1, 2011 at 13:10, Phil Pinkerton wrote: On 7/1/2011 11:38 AM, joe.floe...@sungard.com wrote: -Original Message- From: Andy Levy [mailto:andy.l...@gmail.com] Sent: Friday, July 01, 2011 10:22 AM To: Andy Levy; users@subversion.apache.org

Re: SVN 1.7 - check out single file?

2011-07-01 Thread Andy Levy
On Fri, Jul 1, 2011 at 13:10, Phil Pinkerton wrote: > On 7/1/2011 11:38 AM, joe.floe...@sungard.com wrote: >> >> -Original Message- >> From: Andy Levy [mailto:andy.l...@gmail.com] >> Sent: Friday, July 01, 2011 10:22 AM >> To: Andy Levy; users@subversion.apache.org >> Subject: Re: SVN 1.7

Re: SVN 1.7 - check out single file?

2011-07-01 Thread Phil Pinkerton
On 7/1/2011 11:38 AM, joe.floe...@sungard.com wrote: -Original Message- From: Andy Levy [mailto:andy.l...@gmail.com] Sent: Friday, July 01, 2011 10:22 AM To: Andy Levy; users@subversion.apache.org Subject: Re: SVN 1.7 - check out single file? On Fri, Jun 24, 2011 at 17:05, Stefan Sperlin

RE: SVN 1.7 - check out single file?

2011-07-01 Thread Joe.Floeder
-Original Message- From: Andy Levy [mailto:andy.l...@gmail.com] Sent: Friday, July 01, 2011 10:22 AM To: Andy Levy; users@subversion.apache.org Subject: Re: SVN 1.7 - check out single file? On Fri, Jun 24, 2011 at 17:05, Stefan Sperling wrote: > On Fri, Jun 24, 2011 at 02:49:58PM -0400,

Re: Branching Questions

2011-07-01 Thread Phil Pinkerton
On 7/1/2011 11:26 AM, Geoff Hoffman wrote: 3. What is the best way to lock the Trunk so only certain users can access it, using Hook Script or using admin tool? use Subversion's built-in path-based authorization or possibly some Apache configuration tweaks I just followed t

Re: Branching Questions

2011-07-01 Thread Phil Pinkerton
On 7/1/2011 9:57 AM, Andy Levy wrote: Please stop top-posting. The convention on this mailing list is to bottom- or inline-post, and quote the relevant portions you're responding to. On Fri, Jul 1, 2011 at 09:43, Phil Pinkerton wrote: Interesting, Can you (or anyone else) provide a few scenar

Re: svn merge - get the last revision of a file(s)

2011-07-01 Thread Rui Gonçalves
Hi! Like I said before, I'm currently using the subclise plugin to manage all the svn interaction with the repository. As far as I know, I'm able to select the revisions which I want to apply but I'm not sure about the following aspect: - on revision 10, aaa.php has some changes - on revision 15,

Re: Branching Questions

2011-07-01 Thread Geoff Hoffman
> 3. What is the best way to lock the Trunk so only certain users can access > it, using Hook Script or using admin tool? > use Subversion's built-in path-based authorization or > possibly some Apache configuration tweaks I just followed this guide yesterday, coincidentally, and it worked p

Re: SVN 1.7 - check out single file?

2011-07-01 Thread Andy Levy
On Fri, Jun 24, 2011 at 17:05, Stefan Sperling wrote: > On Fri, Jun 24, 2011 at 02:49:58PM -0400, Andy Levy wrote: >> With the new way WCs are managed, will it be possible to check out a >> single file, instead of having to do multiple steps with sparse >> directories just to get a single file in

Re: Standards "Best Practice"

2011-07-01 Thread Andy Levy
On Fri, Jul 1, 2011 at 08:47, Nico Kadel-Garcia wrote: > On Fri, Jul 1, 2011 at 8:27 AM, Andy Levy wrote: >> On Fri, Jul 1, 2011 at 07:55, Nico Kadel-Garcia wrote: >> >>> This is more likely to happen in virtualization due to limiting the >>> disk resources. Think hard about your back end disk s

Re: svn merge - get the last revision of a file(s)

2011-07-01 Thread Geoff Hoffman
Rui - I'm not sure I understand what you're asking. Maybe an example would help.

RE: Branching Questions

2011-07-01 Thread Tony Sweeney
-Original Message- From: Phil Pinkerton [mailto:pcpinker...@gmail.com] Sent: 01 July 2011 15:50 To: Andy Levy Cc: Tony Sweeney; Subversion User List Subject: Re: Branching Questions On 7/1/2011 9:57 AM, Andy Levy wrote: > Please stop top-posting. > I was simply following the responc

Re: Branching Questions

2011-07-01 Thread Phil Pinkerton
On 7/1/2011 9:57 AM, Andy Levy wrote: Please stop top-posting. The convention on this mailing list is to bottom- or inline-post, and quote the relevant portions you're responding to. On Fri, Jul 1, 2011 at 09:43, Phil Pinkerton wrote: Interesting, Can you (or anyone else) provide a few scen

Re: Branching Questions

2011-07-01 Thread Phil Pinkerton
I suppose the question was a bit ambiguous, I see your point I'll ask for clarity. On 7/1/2011 9:57 AM, Andy Levy wrote: Please stop top-posting. The convention on this mailing list is to bottom- or inline-post, and quote the relevant portions you're responding to. On Fri, Jul 1, 2011 at 09:43

svn merge - get the last revision of a file(s)

2011-07-01 Thread Rui Gonçalves
Hi there! I'm trying to merge a branch into other one, without reintegrating the all branch. Once there many files with several revisions, I would like if is possible to get the last revision of all changed files/ directories in order to avoid "intermediate" merges. I'm currently using the subclip

Re: Branching Questions

2011-07-01 Thread Andy Levy
Please stop top-posting. The convention on this mailing list is to bottom- or inline-post, and quote the relevant portions you're responding to. On Fri, Jul 1, 2011 at 09:43, Phil Pinkerton wrote: > Interesting, > > Can you (or anyone else) provide a few scenario examples from your > experience (

Re: Branching Questions

2011-07-01 Thread Phil Pinkerton
Interesting, Can you (or anyone else) provide a few scenario examples from your experience (not related to horses and besides those given in the svnbook.red-bean)? On 7/1/2011 8:11 AM, Tony Sweeney wrote: Sorry, that's a common British idiom which obviously doesn't travel. Racehorses vary in

Re: branch question

2011-07-01 Thread Nico Kadel-Garcia
On Thu, Jun 23, 2011 at 5:01 PM, Geoff Hoffman wrote: > What I mean by that is, it may have ramifications down the road for *your > workflow* (I can't think of any obvious examples), but svn copy [from] [to] > works on any path, local or remote, as you would expect. > > On Thu, Jun 23, 2011 at 1:5

Re: Standards "Best Practice"

2011-07-01 Thread Nico Kadel-Garcia
On Fri, Jul 1, 2011 at 8:27 AM, Andy Levy wrote: > On Fri, Jul 1, 2011 at 07:55, Nico Kadel-Garcia wrote: > >> This is more likely to happen in virtualization due to limiting the >> disk resources. Think hard about your back end disk storage. Let us >> know if you use attached storage such as a N

Re: Standards "Best Practice"

2011-07-01 Thread Andy Levy
On Fri, Jul 1, 2011 at 07:55, Nico Kadel-Garcia wrote: > This is more likely to happen in virtualization due to limiting the > disk resources. Think hard about your back end disk storage. Let us > know if you use attached storage such as a NetApp or fibre channel, > I've got some notes on alignin

RE: Branching Questions

2011-07-01 Thread Tony Sweeney
Sorry, that's a common British idiom which obviously doesn't travel. Racehorses vary in strength, speed, stamina and temperament; some race horses do better in "heavier going" (i.e. a softer, muddier track), some race faster on a dry course, and of course racecourses vary in length. So there's no s

Re: Branching Questions

2011-07-01 Thread Thorsten Schöning
Guten Tag Phil Pinkerton, am Freitag, 1. Juli 2011 um 12:58 schrieben Sie: > 3. What is the best way to lock the Trunk so only certain users can > access it, using Hook Script or using admin tool? This depends on what you mean with locking. Do you mean the subversion way as in [1

Re: Standards "Best Practice"

2011-07-01 Thread Nico Kadel-Garcia
On Fri, Jul 1, 2011 at 6:45 AM, Phil Pinkerton wrote: > Are there recommended standards with regards to Repository size, number of > users per Repository, what type of data is contained in a Repository? I've seen no published standards. It's relatively sensitive to layout: A thousand users who ar

Re: Branching Questions

2011-07-01 Thread Phil Pinkerton
Thanks for the quick response. However I have no clue what you mean by Horses for courses. and I certainly cannot reply to my clients question with such an answer. On 7/1/2011 7:03 AM, Tony Sweeney wrote: -Original Message- From: Phil Pinkerton [mailto:pcpinker...@gmail.com] Sent: 01

RE: Branching Questions

2011-07-01 Thread Tony Sweeney
-Original Message- From: Phil Pinkerton [mailto:pcpinker...@gmail.com] Sent: 01 July 2011 11:58 To: Subversion User List Subject: Branching Questions 1. We are creating branch out of previous branch, if we want to delete a old branch or archive it how it will impact the current branch

Branching Questions

2011-07-01 Thread Phil Pinkerton
1. We are creating branch out of previous branch, if we want to delete a old branch or archive it how it will impact the current branch ? 2. There is no limit on number of branches you can create, is this true ? 3. What is the best way to lock the Trunk so only certain users can access it, usi

Standards "Best Practice"

2011-07-01 Thread Phil Pinkerton
Are there recommended standards with regards to Repository size, number of users per Repository, what type of data is contained in a Repository? Any experience with performance issues in regards to running Subversion on VMware vs a Blade Server ? Phil

Re: how to get a list of unmerged revisions?

2011-07-01 Thread Jan Stürtz
Hi, I have written a python (pysvn) script for myself to detect unmerged revs. Maybe its somehow helpful to you. I use it like this: python svn_check_merges branches/ /trunk --- #!/usr/bin/env python # -*- python -*- coding: iso-8859-1 -*- # $Id$ """ Check if we have all