path based authorization, how to handle folder name with whitespace in auth file

2011-02-23 Thread Necati Mercan
Hi, if this is an accidental double post, my apologizes. I'm using svn-version 1.4.6, apache version 2.2.8 on an ubuntu 8.04 LTS. On the client side, mostly win xp with tortoisesvn. The setup is using https and path-based-authorization and everything was working fine. Users are separated into

SVN: Out of memory when committing

2011-02-23 Thread Ole Pinto
Hello, I've just began in a new job and, due to the repo organization, I've found a problem I didn't have before. I'm using the command line version of svn: svn, version 1.6.15 (SlikSvn/1.6.15) WIN32 compiled Dec 17 2010, 14:03:07 I am getting the Out of memory - terminating application

path-based authorization, whitespace in foldername

2011-02-23 Thread Necati Mercan
Hi, I'm using svn-version 1.4.6, apache version 2.2.8 on an ubuntu 8.04 LTS. On the client side, mostly win xp with tortoisesvn. The setup is using https and path-based-authorization and everything was working fine. Users are separated into different groups, not everyone has access everywhere

Shared/Common files in SVN

2011-02-23 Thread Marco Burato
Hi, i'd like to propose a new feature/improvement to SVN. Some users have projects that share some files, usually the layout would be something like this: \Common \Project1 \Project2 \Project3 When working on a project, the developer needs to checkout the Project directory and also the

Re: Shared/Common files in SVN

2011-02-23 Thread Stefan Sperling
On Wed, Feb 23, 2011 at 02:04:15PM +0100, Marco Burato wrote: 1) Improved sparse directories Sparse directories would be a solution, but they only work varying the depth of the checkout. If we could add a property or something to specify which directories must be included in the checkout than

^M Appends to every line?

2011-02-23 Thread Christopher D Haakinson
I have SVN up and running and things are working well, except when editing shell scripts from windows. My server is RHEL5-based and I will have clients connecting from linux and windows. Linux commits work great, and even some times from windows. However some times I commit a file from

Re: ^M Appends to every line?

2011-02-23 Thread David Chapman
On 2/23/2011 8:19 AM, Christopher D Haakinson wrote: I have SVN up and running and things are working well, except when editing shell scripts from windows. My server is RHEL5-based and I will have clients connecting from linux and windows. Linux commits work great, and even some times from

Re: path based authorization, how to handle folder name with whitespace in auth file

2011-02-23 Thread Daniel Shahaf
Necati Mercan wrote on Wed, Feb 23, 2011 at 14:12:19 +0100: How do I specify a folder with whitespaces in its name? Tried single quotes, double quotes, %20 but to be honest it is irritating. Have you tested just [/foo bar] ?

Using svn+ssh with only 1 ssh account can I have multiple svn accounts?

2011-02-23 Thread cifroes
I only have 1 ssh account in a server that I don't control and I access svn using svn+ssh (again, only way to access it). Still, is it possible to have multiple svn users? I don't want for all commits to come from my ssh user... (i'm guessing it's not possible, that's why I'm asking :) )

Re: Using svn+ssh with only 1 ssh account can I have multiple svn accounts?

2011-02-23 Thread Stefan Sperling
On Wed, Feb 23, 2011 at 05:54:39PM -, cifroes wrote: I only have 1 ssh account in a server that I don't control and I access svn using svn+ssh (again, only way to access it). Still, is it possible to have multiple svn users? I don't want for all commits to come from my ssh user...

RE: Using svn+ssh with only 1 ssh account can I have multiple svn accounts?

2011-02-23 Thread cifroes
OK, I configured it and it's working OK with that configuration. My problem now is with authz configuration. Can I control path access to specific users in this environment? I ask because I tried and I'm always getting access denied: - I set my tunnel user to user1 - svnserve.conf has anon and

Welcome Atlassian Crowd and Apache users.

2011-02-23 Thread Clearvision CM
The latest 2.0 version of the Crowd Apache Connector is available but only for Centos and RedHat. Clearvision is considering investing time to build the 2.0 version for Windows or Ubuntu but we want your feedback. Please take 30 seconds to vote which platform you would like to see supported next

Re: path based authorization, how to handle folder name with whitespace in auth file

2011-02-23 Thread Ryan Schmidt
On Feb 23, 2011, at 07:12, Necati Mercan wrote: I'm using svn-version 1.4.6, apache version 2.2.8 on an ubuntu 8.04 LTS. Please upgrade; 1.4.x and earlier are not supported anymore.

Merge Conflict on Windows with eol-style mergeinfo properties

2011-02-23 Thread Varnau, Steve (Neoview)
Hi, I could not find this issue in the issue tracker. We're trying to keep the svn:mergeinfo properties on top-level directories, but I found a few text files in our repository that have the property. When a merge is done that should be just a branch synch-up merge, the files are marked as

Re: path-based authorization, whitespace in foldername

2011-02-23 Thread Nico Kadel-Garcia
On Wed, Feb 23, 2011 at 5:20 AM, Necati Mercan bonnechance.m...@googlemail.com wrote: Hi, I'm using svn-version 1.4.6, apache version 2.2.8 on an ubuntu 8.04 LTS. On the client side, mostly win xp with tortoisesvn. The setup is using https and path-based-authorization and everything was

Re: ^M Appends to every line?

2011-02-23 Thread David Chapman
On 2/23/2011 4:44 PM, Nico Kadel-Garcia wrote: On Wed, Feb 23, 2011 at 11:39 AM, Les Mikeselllesmikes...@gmail.com wrote: On 2/23/2011 10:19 AM, Christopher D Haakinson wrote: I have SVN up and running and things are working well, except when editing shell scripts from windows. My server is

Re: ^M Appends to every line?

2011-02-23 Thread David Weintraub
As others have mentioned, you need to set svn:eol-style on files that MUST have particular line endings. For example, shell scripts and Makefiles MUST have Unix line endings. DOS Batch files MUST have Windows line endings. You might need to check everything out, clean it up, and set the property

Re: ^M Appends to every line?

2011-02-23 Thread Nico Kadel-Garcia
On Wed, Feb 23, 2011 at 8:48 PM, David Chapman dcchap...@acm.org wrote: On 2/23/2011 4:44 PM, Nico Kadel-Garcia wrote: On Wed, Feb 23, 2011 at 11:39 AM, Les Mikeselllesmikes...@gmail.com Short version: set the svn:eol-style property to native on the files where you want subversion to manage

Re: ^M Appends to every line?

2011-02-23 Thread Ryan Schmidt
On Feb 23, 2011, at 19:48, David Chapman wrote: On 2/23/2011 4:44 PM, Nico Kadel-Garcia wrote: On Wed, Feb 23, 2011 at 11:39 AM, Les Mikesell wrote: Short version: set the svn:eol-style property to native on the files where you want subversion to manage line endings. Your client may have a

Re: Subverion 1.7 Centralized Metadata Storage

2011-02-23 Thread Nguyen Vu Hung (VNC)
(2011/02/22 17:18), Ulrich Eckhardt wrote: On Tuesday 22 February 2011, Nguyen Vu Hung (VNC) wrote: * This way makes svn git-like :), my first impression is that: subversion will be distributed, not centralized :) SVN has one .svn directory in every (versioned) child directory of a

Re: ^M Appends to every line?

2011-02-23 Thread Les Mikesell
On 2/23/11 8:03 PM, Nico Kadel-Garcia wrote: Uh, no. Use of svn:eol-style avoids a world of hurt - programmers do not have to run a script *every* time they check out a file. Requiring users to run a script to fix line endings in every sandbox is a recipe for disaster. dos2unix and unix2dos

Re: Subverion 1.7 Centralized Metadata Storage

2011-02-23 Thread Daniel Becroft
On Thu, Feb 24, 2011 at 12:16 PM, Nguyen Vu Hung (VNC) vuh...@vinicorp.com.vn wrote: (2011/02/22 17:18), Ulrich Eckhardt wrote: On Tuesday 22 February 2011, Nguyen Vu Hung (VNC) wrote: * This way makes svn git-like :), my first impression is that: subversion will be distributed, not

Re: ^M Appends to every line?

2011-02-23 Thread Tony Butt
On Wed, 2011-02-23 at 20:03 -0600, Ryan Schmidt wrote: On Feb 23, 2011, at 19:48, David Chapman wrote: On 2/23/2011 4:44 PM, Nico Kadel-Garcia wrote: On Wed, Feb 23, 2011 at 11:39 AM, Les Mikesell wrote: Short version: set the svn:eol-style property to native on the files where you want

Compile Subversion 1.6.5 on SLES 11.1

2011-02-23 Thread Stutz Oliver
Hello everybody, I have problems compiling Subversion with Apache support on SLES 11.1 it says the zlib should be compiled with -fPIC flag. It is the version which came with subversion which i have intalled into /opt/zlib isn't this supposed to be working alright? Can maybe somebody give me a

Re: Shared/Common files in SVN

2011-02-23 Thread Marco Burato
Have you seen this helper script? It might help. https://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/svn-viewspec.py Having a feature like this in core svn would be nice, of course. And it has in fact been discussed before. But nobody has stepped up yet to finish the proposed