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 > lev

Re: Random files being "reverted" on one repository

2011-05-11 Thread Campbell Allan
On Wednesday 11 May 2011, Dave Tingling wrote: > Hi List, > > We administer subversion (v 1.4.2, r22196 on CentOS 5.5) for a > development company, and have over 150 active repositories, but we are > not subversion experts. We are experiencing an issue with just one > particular repository. > > Wh

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, 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 > > > >

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 te

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 m

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.

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 director

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 > > > >

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 partiti

Re: restored deleted data on subversion

2010-11-08 Thread Campbell Allan
On Monday 08 Nov 2010, wrodrigues201 wrote: > Hello, > > Our subversion (1.4.3-r23084 on windows 2003) was holding around 1.6 TB > of data and one user has accidentally deleted a directory of 1 TB. I > have done a svn export from the previous version and have the data. Do I > have to add and again

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

Re: syvnsync or svnadmin dump?

2010-11-02 Thread Campbell Allan
On Monday 01 Nov 2010, Les Mikesell wrote: > On 11/1/2010 4:23 PM, Taro Fukunaga wrote: > > Dear users, > > > > From what I've read, svnsync is *intended* for mirroring repositories > > (in read-only fashion) while svnadmin dump is for dumping a repository > > (for the purpose of loading it to a n

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

Re: Recursively finding locks based on a URL

2010-09-16 Thread Campbell Allan
th filtering based upon user, path etc if that helps? 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

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 do

Re: Using PAM to authenticate user?

2010-09-09 Thread Campbell Allan
On Thursday 09 Sep 2010, Alexander Skwar wrote: > There are modules for apache out there, which allow PAM auth. Mod-auth- > external seems to be easy to use (haven't tried it myself, though). > > http://code.google.com/p/mod-auth-external/ > > Alexander > > Am 09.09.2010 um 08:42 schrieb "Curley,

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 an

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.

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: 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 an

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.

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 for

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 wrote: > > On 20 August 2010 23:19, Steven Woody wrote: > >> Hi, > >> > >> With a replication/write-through setup, can a user execute 'svn lock' > >> on master/slaver nodes? Thanks. > > > > Hey folks, no one ca

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 poin

Re: What's the current status for subversion replication?

2010-08-11 Thread Campbell Allan
On Wednesday 11 Aug 2010, Ryan Schmidt wrote: > On Aug 11, 2010, at 02:46, Steven Woody wrote: > > What's the current status for subversion servers replication? Does it > > allow read/write on both master and slaver sides? Is it stable enough > > to put in real life use? I plan to do it for supp

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 adr

Re: subversion tunables

2010-07-12 Thread Campbell Allan
On Thursday 08 Jul 2010, west alto wrote: > Hi Gurus, > > Any advise on initial tuning values for apache MinSpareServers, > MaxSpareServers, and StartServers, tcp tunings, ulimits, sysctl > > I'm running svn 1.6 over apache2 pre-fork. System load goes high as > much as 10 during heavy usage. >

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 Bi

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 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 protocol.  

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: 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 > --with-zlib=/scratch/eharvey/subve

Re: Subversion upgrade from 1.5 to 1.6

2010-06-25 Thread Campbell Allan
On Friday 25 Jun 2010, abhinav.chan...@rbs.com wrote: > Hi, > > We are currently using Subversion 1.5.2 and want to upgrade to Subversion > 1.6.6. > > Upon going through subversion documentation, we found that there can be two > ways of doing this: > > 1. Installing a new Subversion 1.6.6 instance

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 Hudso

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" f

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-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 > che

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

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 > /home/jdor/w

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 fin

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 co

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 differen

Re: RedHat 5.4 / CentOS 5.4 upgrade to Subversion 1.6.9 - SQLite compiled for 3.6.13, but running with 3.3.6

2010-03-12 Thread Campbell Allan
On Friday 12 Mar 2010, Marcus Schultheiss wrote: > Hello, > > does anybody do have any hints on this issue regarding CentOS 5.4. > How to upgrade to 1.6.9 but not break Distribution - SQLite 3.3.6 => > 3.6.13. > > A work-a-round (e.g. get LD_LIBRARY_PATH to work would help too) > > any help is appr

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 compi