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 desi
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
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
> >
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 distribut
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 "unix2d
(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 working
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 h
On Wed, Feb 23, 2011 at 8:48 PM, 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
>>> Short version: set the svn:eol-style property to native on the files
>>> where
>>> you want subversion to manage line endings. Your clie
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 o
On 2/23/2011 4:44 PM, Nico Kadel-Garcia wrote:
On Wed, Feb 23, 2011 at 11:39 AM, Les Mikesell 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 RHEL5-based and I will
On Wed, Feb 23, 2011 at 5:20 AM, Necati Mercan
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
> working fine.
> Users are se
On Wed, Feb 23, 2011 at 11:39 AM, Les Mikesell 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 RHEL5-based and I will have clients connecting from linux
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 c
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.
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 h
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
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...
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 :) )
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]
?
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 RHEL5-based and I will have clients connecting from linux
and windows. Linux commits work great, and even some times from wind
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
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 Windows(r
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 th
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 Common
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 and
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" messa
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 di
27 matches
Mail list logo