Re: new folder

2012-02-01 Thread Campbell Allan
On Monday 23 January 2012, sureshkumar nandakumar wrote: Hi, I would like to restrict new folder creation under in /branches. Currently we are using SVN perm files for restrict the read/write access control. We have around 1000 SVN users, we are in position to control the access level.

Re: svn update or rsync - which is best to update live files

2011-02-27 Thread Campbell Allan
On Sunday 27 Feb 2011, Chris Albertson wrote: OK, There is one way that works. I'd suggest using it. Most server OSes now have some way to make a virtual hoist. Solaris has zones, Linux has xen and there is VMware. The idea is that you build the new updated web site on a new virtual

Re: Checkout really slow in Windows with lots of files in one directory

2011-01-26 Thread Campbell Allan
On Wednesday 26 Jan 2011, Neil Bird wrote: We have a graphics-oriented code-base that's auto-generated and has 5000 source files in one directory. While I can check this out OK on Linux, we're seeing an unusable slow-down on Windows XP (NTFS), both using Tortoise directly, and as a test

Re: Checkout really slow in Windows with lots of files in one directory

2011-01-26 Thread Campbell Allan
On Wednesday 26 Jan 2011, Campbell Allan wrote: On Wednesday 26 Jan 2011, Neil Bird wrote: We have a graphics-oriented code-base that's auto-generated and has 5000 source files in one directory. While I can check this out OK on Linux, we're seeing an unusable slow-down on Windows

Re: Repairing a repository

2011-01-18 Thread Campbell Allan
On Tuesday 18 Jan 2011, Modha Khammammettu wrote: Hi I have one repository, which do not have tags, branches and trunks to start with. Code was checked in like that. Now I want to create a branch for the code checked in and I cannot since the structure is not there. How I can fix my

Re: MKCOL 405 Error

2011-01-17 Thread Campbell Allan
On Monday 17 Jan 2011, schwipps wrote: Hi there, I'm trying to start a symfony project, following the subversion method. I've got subversion installed, I've created the repository, and when I try to create the basic directory structure with : $ svn mkdir -m created default directory

Re: MKCOL 405 Error

2011-01-17 Thread Campbell Allan
On Monday 17 Jan 2011, schwipps wrote: Well, if I type the command above, I get my structure : branches/ tags/ trunk/ wiki/ Does it mean everything's fine ?? Looks like it. It might have been whatever setup the repository in the first place also created the basic structure as well. If

Re: prevent Linux root from seeing my files

2010-11-30 Thread Campbell Allan
On Monday 29 Nov 2010, Piotr Kabaciński wrote: On 11/29/2010 12:50 PM, Campbell Allan wrote: If you are able to create dedicated partition you could encrypt repo like described here: http://www.hypersphere.org/personal/svn.shtml With some pretty important drawbacks, the no diff

Re: prevent Linux root from seeing my files

2010-11-29 Thread Campbell Allan
On Monday 29 Nov 2010, Piotr Kabacinski wrote: On 29-11-2010 10:18, He Dajiang wrote: For some reason, my svn server is in someone else's Linux machine. Is there any way for me to prevent the Linux root from seeing and copying my files? If you are able to create dedicated partition you

Re: Use of kdiff3

2010-11-08 Thread Campbell Allan
On Monday 08 Nov 2010, Giulio Troccoli wrote: Lots of people here use either TortoiseMerge or WinMerge for conflict resolution. But now I have a requirement to provide something similar for a Linux platform and I thought of kdiff3. I there anyone else that uses as well? I have install it but

Re: Very poor performance when checking out large number of binary files

2010-09-28 Thread Campbell Allan
On Monday 27 Sep 2010, Niklas Deutschmann wrote: The performance of Subversion when checking out large number of files in a single directory becomes extremely poor when the svn:mime-type property is set to some binary MIME type. Steps to reproduce: 1. Create a project that contains a few

Re: Recursively finding locks based on a URL

2010-09-16 Thread Campbell Allan
On Thursday 16 Sep 2010, Phillip Gussow wrote: Hi group, I’m running into a situation where I need to know all locks that exist on a certain repository path. I know there is the svnadmin lslocks command. Which is in general what I need, but I need to do it on an URL, because I don’t have

Re: Recursively finding locks based on a URL

2010-09-16 Thread Campbell Allan
? It's a bit kludgy still as lslocks lists for an entire repository and the first time it runs can take some time to return a result if the repository is not cached in memory. -Original Message- From: Campbell Allan [mailto:campbell.al...@sword-ciboodle.com] Sent: donderdag 16

Re: Detecting CR eol

2010-09-09 Thread Campbell Allan
On Wednesday 08 Sep 2010, Ryan Schmidt wrote: On Sep 8, 2010, at 10:27, Campbell Allan wrote: Before sending my previous reply I had tested it with a file changed using unix2dos. Prior to the commit svn diff only shows the text changes ignoring the line endings. I haven't explicitly tested

Re: Detecting CR eol

2010-09-09 Thread Campbell Allan
On Wednesday 08 Sep 2010, Csaba Raduly wrote: Hi Giulio, On Wed, Sep 8, 2010 at 10:25 AM, Giulio Troccoli wrote: I am writing a pre-commit hook script in perl. One of the requirement is that all files (luckily they are all text files) have the svn:eol-style property set to LF and the

Re: Detecting CR eol

2010-09-08 Thread Campbell Allan
On Wednesday 08 Sep 2010, Csaba Raduly wrote: Hi Giulio, On Wed, Sep 8, 2010 at 10:25 AM, Giulio Troccoli wrote: I am writing a pre-commit hook script in perl. One of the requirement is that all files (luckily they are all text files) have the svn:eol-style property set to LF and the

Re: Detecting CR eol

2010-09-08 Thread Campbell Allan
On Wednesday 08 Sep 2010, Giulio Troccoli wrote: I don't believe you have to go to so much trouble in the pre-commit hook. If you have set the svn:eol-style property then subversion will ensure the file has those line endings on checkout and update them when committing into the

Re: Transaction and revision numbers

2010-09-06 Thread Campbell Allan
On Monday 06 Sep 2010, Giulio Troccoli wrote: The class will be used by both the pre- and post-commit hooks, hence the need to distinguish between transaction or revision. And I would like to do it by just looking at the transaction/revision number. I think transactions are in the format of

Re: Transaction and revision numbers

2010-09-06 Thread Campbell Allan
On Monday 06 Sep 2010, Giulio Troccoli wrote: 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: Campbell Allan [mailto:campbell.al...@sword-ciboodle.com] Sent: 06

Re: is 'svn lock' possible for replication?

2010-08-23 Thread Campbell Allan
On Sunday 22 Aug 2010, Andy Levy wrote: On Sun, Aug 22, 2010 at 14:16, Steven Woody narkewo...@gmail.com wrote: On 20 August 2010 23:19, Steven Woody narkewo...@gmail.com wrote: Hi, With a replication/write-through setup, can a user execute 'svn lock' on master/slaver nodes? Thanks.

Re: Post commit script examples?

2010-08-19 Thread Campbell Allan
On Wednesday 18 Aug 2010, Greg Alexander wrote: Hello, I am a very new Subversion user and am trying to get a post commit hook script working. My Subversion is running on linux. The script I want to add would add the needs-lock property to every file that didn't have a lock. Any pointers

Re: How to get the client hostname while user committing the code to the repository?

2010-08-06 Thread Campbell Allan
On Wednesday 28 Jul 2010, ram kumar wrote: Hi, We are using http protocal. Please find the server and client details below. We have to popup some window on the client machine either in pre or post commit operation. Prototype is working fine so need to know how to get the client ip adress

Re: clients not supporting http?

2010-07-08 Thread Campbell Allan
On Thursday 08 Jul 2010, Nico Kadel-Garcia wrote: On Thu, Jul 8, 2010 at 7:05 AM, Jason Aubrey aubre...@gmail.com wrote: Hi All, I recently set up svn over http for a project I'm involved with. One user made the following complaints: (1) Some svn clients do not support the http

Re: installing subversion with Oracle Weblogic Application Sever 11g

2010-07-08 Thread Campbell Allan
On Thursday 08 Jul 2010, Birdsell, John - OIG wrote: We are preparing to build out a new application server - oracle weblogic App server 11g and we want to include subversion 1.6 . Has anyone done this ? Any articles available ? gotcha's to look out for? Thanks John Birdsell I'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

Re: can't build with zlib

2010-07-06 Thread Campbell Allan
On Tuesday 06 Jul 2010, 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. ./configure --prefix=/scratch/eharvey/svn

Re: Some files won't be imported to my repository!

2010-06-22 Thread Campbell Allan
On Tuesday 22 Jun 2010, Kevin Wu wrote: Hi folks I created a repository and imported one entire directory. But some files in that directory were not added to my repository. I logged the import process and confirmed this. But why? I need these files in order to auto-build by Hudson

Re: How to build with http/https: access via serf, and not neon?

2010-06-02 Thread Campbell Allan
On Tuesday 01 Jun 2010, yary wrote: Neon is required? The INSTALL that comes with 1.6.11 says that either neon or serf will give http access: * libneon or libserf (OPTIONAL for client) The Neon and Serf libraries both allow the Subversion client to send HTTP

Re: How to build with http/https: access via serf, and not neon?

2010-06-02 Thread Campbell Allan
On Wednesday 02 Jun 2010, yary wrote: Hi Campbell, I can build a working binary as well, it's just that the client doesn't have the http: method when built with only serf and --without-neon. It sounds like you're building it with neon in each cases, just not using the --with-neon flag;

Re: How to build with http/https: access via serf, and not neon?

2010-06-01 Thread Campbell Allan
On Tuesday 01 Jun 2010, yary wrote: Hello, I've retrieved the /subversion-1.6.11 tarball from http://subversion.tigris.org/downloads/subversion-1.6.11.tar.bz2 . I can configure and build it with serf- eg configure: serf library configuration checking serf.h usability... yes checking

Re: Update of missing on non-working directory

2010-05-13 Thread Campbell Allan
On Wednesday 12 May 2010, Vadym Chepkov wrote: Consider this: $ svn -q --non-interactive update /blah-blah $ echo $? 0 No output even to stderr, no indication of a failure at all. Subversion doesn't always used interactively, hence --non-interactive switch. If you made a mistake in a

Re: Help importing apache settings.

2010-04-29 Thread Campbell Allan
On Thursday 29 Apr 2010, j_dorocak wrote: Dear SVN folks, I am trying to import the current status of my apache2 server directory structure into a repository. I get cut off after 2 successes: Adding /home/jdor/webapps/pinax07server/apache2/logs Adding

Re: Problem creating new repo

2010-03-30 Thread Campbell Allan
On Monday 29 Mar 2010, Campbell Allan wrote: On Monday 29 Mar 2010, Randi Hillerøe wrote: For 4 hours I have tried to solve this problem but seems like very few had it before. I just installed subversion on a QNAP T410, NAS, which completed all fine however it went wrong when I tried

Re: Problem creating new repo

2010-03-29 Thread Campbell Allan
On Monday 29 Mar 2010, Randi Hillerøe wrote: For 4 hours I have tried to solve this problem but seems like very few had it before. I just installed subversion on a QNAP T410, NAS, which completed all fine however it went wrong when I tried to create the first repository. I use the command:

Re: file /directory size on svnServer?

2010-03-19 Thread Campbell Allan
On Wednesday 17 Mar 2010, netvampire.tw wrote: Is there any command can show files / directories size on the server? I want to know if I have enough space before checkout Thanks I don't believe there is a command, it's difficult to get an accurate answer as each operating system has different

Re: Subversion for ARM9 on an Iomega IX2-200

2010-03-05 Thread Campbell Allan
On Friday 05 Mar 2010, t...@specialistdevelopment.com wrote: Hi, I wonder if someone can help me, I have purchased a Iomega NAS (IX2-200) and there is only one feature missing from it. I want to compile subversion for it. Has anyone ever done this before? or can anyone help me to compile