Re: --native-eol setting not applied to externals?

2010-07-22 Thread Daniel Shahaf
Mark Hanson wrote on Wed, Jul 21, 2010 at 08:37:25 -0700: I have a set of source code containing a some svn:externals references to other repositories. In each group of code, there are text files marked with the svn:eol-style property, value: native. If I export all the source without using

Re: Subversion client ssl cert configuration

2010-07-22 Thread Daniel Shahaf
Bernd May wrote on Wed, Jul 21, 2010 at 15:36:34 +0200: What I do want to do now though is to assign specific certificates depending on which directory I access on this svn server; i.e [groups] mygroup = my.server.example.net/svn/myrepo1 mygroup2 = my.server.example.net/svn/myrepo2 [mygroup]

Checking: svn: '/foo/libcau' is not a working copy

2010-07-22 Thread Tennebø Frode
When I try to check in several directories I get the following error: f...@tr:/foosvn ci lib*/* Checking: svn: '/foo/libcau' is not a working copy f...@tr:/foosvn ci librlib/* libhci/* libcru/* libcau/* Checking: svn: '/foo/libcau' is not a working copy The error-message in itself is correct;

Re: libsvn_ra_neon-1.so.0: undefined symbol: GENERAL_NAME_free

2010-07-22 Thread Nico Kadel-Garcia
On Wed, Jul 21, 2010 at 8:18 AM, Angel Tsankov fn42...@fmi.uni-sofia.bg wrote: Nico Kadel-Garcia wrote: On Tue, Jul 20, 2010 at 7:32 AM, Angel Tsankov fn42...@fmi.uni-sofia.bg wrote: When I run kdesvn I get a dialog showing the following message: Could not find our part: Cannot load

Re: Checking: svn: '/foo/libcau' is not a working copy

2010-07-22 Thread Ryan Schmidt
On Jul 22, 2010, at 06:31, Tennebø Frode wrote: When I try to check in several directories I get the following error: f...@tr:/foosvn ci lib*/* Checking: svn: '/foo/libcau' is not a working copy f...@tr:/foosvn ci librlib/* libhci/* libcru/* libcau/* Checking: svn: '/foo/libcau' is not a

Re: libsvn_ra_neon-1.so.0: undefined symbol: GENERAL_NAME_free

2010-07-22 Thread Angel Tsankov
Angel Tsankov wrote: Stefan Sperling wrote: On Wed, Jul 21, 2010 at 09:19:26AM +0300, Angel Tsankov wrote: Stanimir Stamenkov wrote: 20.7.2010 г. 14:32 +0300, /Angel Tsankov/: When I run kdesvn I get a dialog showing the following message: Could not find our part: Cannot load library

apache configuration

2010-07-22 Thread Jason Aubrey
Hi All, We are using svn over http and it was working perfectly until yesterday. SVN is configured to be served from the virtual host svn.webwork.maa.org on an ubuntu server as follows: VirtualHost *:80 ServerName svn.webwork.maa.org DocumentRoot /var/www Location / DAV svn

Debian svn + apache2 configuration errors

2010-07-22 Thread kevin fauchon
Hello, i'm trying to make up svn + apache. Let me explain what i hope to have: server directory /DATA/svn will contain all my repository so for exemple, my test project will be in /DATA/svn/test I want to acces via http to svn. So i need a vhost svn.monpoulpe.com who match svn repository.

Re: Debian svn + apache2 configuration errors

2010-07-22 Thread Ryan Schmidt
On Jul 22, 2010, at 07:57, kevin fauchon wrote: server directory /DATA/svn will contain all my repository so for exemple, my test project will be in /DATA/svn/test Location / DAV svn SVNPath /DATA/svn Then this should be SVNParentPath /DATA/svn Location /test

Re: Windows XP and Junctions

2010-07-22 Thread Ryan Schmidt
On Jul 22, 2010, at 08:19, Mike Newsome wrote: I have a set of ‘common files’ used between (at present) 4 projects, and checked out via externals in each project. When a new revision of the common code is being readied, I need to go round the 4 projects, updating the common code and

Re: Debian svn + apache2 configuration errors

2010-07-22 Thread Ryan Schmidt
You should Reply All so this discussion stays on the mailing list. On Jul 22, 2010, at 08:42, kevin fauchon wrote: I have edited the file, so my chost is now: Servername svn.monpoulpe.com DocumentRoot /var/www/svn.monpoulpe.com/ Directory /var/www/svn.monpoulpe.com

Re: Debian svn + apache2 configuration errors

2010-07-22 Thread kevin fauchon
FYI, I'm not sure if you've got anything in /var/www/svn.monpoulpe.com/, but note that Apache will not serve anything out of that directory; since you're saying Location /, *all* requests will be handled by Subversion. The directory is empty, but thanks for the informatinon What are the

Re: Windows XP and Junctions

2010-07-22 Thread David Weintraub
You usually don't want to use links and junctions in your repository. This usually causes more problems than it is worth. Are you using the svn:external property? I'm not sure why you need to go around and make changes in all of your projects. The whole point of svn:external is to allow multiple

Re: --native-eol setting not applied to externals?

2010-07-22 Thread Daniel Shahaf
Mark Hanson wrote on Thu, Jul 22, 2010 at 07:25:58 -0700: + file exp/foo.txt exp/repo2/foo.txt exp/foo.txt:       ASCII text, with CRLF line terminators exp/repo2/foo.txt: ASCII text Does this reproduce with the trunk? Yes, I get the same output with trunk. #!/bin/sh -x mkdir scratch; cd

svn

2010-07-22 Thread MahmoudHAMLAOUI
Hi, Is there a way so when i commited a project, an automatic message(alert,..) could be send to different persons Thanks Mahmoud This message and any attachments (the message) is intended solely for the addressees and is confidential. If you receive this message in error, please delete it

Re: --native-eol setting not applied to externals?

2010-07-22 Thread Mark Hanson
On Thu, Jul 22, 2010 at 7:41 AM, Daniel Shahaf d...@daniel.shahaf.name wrote: Mark Hanson wrote on Thu, Jul 22, 2010 at 07:25:58 -0700: + file exp/foo.txt exp/repo2/foo.txt exp/foo.txt:       ASCII text, with CRLF line terminators exp/repo2/foo.txt: ASCII text Does this reproduce with the

Re: svn

2010-07-22 Thread Ryan Schmidt
On Jul 22, 2010, at 09:48, mahmoudhamla...@bnpparibas.com wrote: Is there a way so when i commited a project, an automatic message(alert,..) could be send to different persons Sure. You'd write a post-commit hook to accomplish that. You should be able to find some information about that by

Re: svn

2010-07-22 Thread vishwajeet singh
On Thu, Jul 22, 2010 at 8:21 PM, Ryan Schmidt subversion-20...@ryandesign.com wrote: On Jul 22, 2010, at 09:48, mahmoudhamla...@bnpparibas.com wrote: Is there a way so when i commited a project, an automatic message(alert,..) could be send to different persons Sure. You'd write a

Re: Debian svn + apache2 configuration errors

2010-07-22 Thread Ryan Schmidt
On Jul 22, 2010, at 08:56, kevin fauchon wrote: FYI, I'm not sure if you've got anything in /var/www/svn.monpoulpe.com/, but note that Apache will not serve anything out of that directory; since you're saying Location /, *all* requests will be handled by Subversion. The directory is

Re: apache configuration (solved, mod_include conflict?)

2010-07-22 Thread Jason Aubrey
Hi All, I've solved this problem - it seems to have been caused by loading mod_include. Commenting out Alias /pod /var/www/wwdocs Location /pod AddOutputFilter INCLUDES .html /Location did not solve the problem, but commenting this out and disabling mod_include did. That seems odd to me; is

RE: Debian svn + apache2 configuration errors

2010-07-22 Thread Jon Foster
Hi, kevin fauchon [mailto:kevin.fauc...@gmail.com] wrote: AuthzSVNAccessFile /DATA/svn/config [...] /DATA/svn/conf: [/] * = anonymous = r You need $anonymous here - you're missing the $. So you granted read access to a user that's logged in with the username anonymous, not to

bug when deleting files whose name contains spaces?!

2010-07-22 Thread Alexander Wolff
hi, it seems that svn has a bug when deleting (actually moving) files whose name contains spaces, see the following example with the file Planare Graphen II.pdf that i moved to v12-planare-graphen-II.pdf. svn commit Deleting vortraege/v11_dom Adding vortraege/v12_dom Deleting

Re: bug when deleting files whose name contains spaces?!

2010-07-22 Thread Stefan Sperling
On Thu, Jul 22, 2010 at 10:29:20PM +0200, Alexander Wolff wrote: hi, it seems that svn has a bug when deleting (actually moving) files whose name contains spaces, see the following example with the file Planare Graphen II.pdf that i moved to v12-planare-graphen-II.pdf. svn commit

Re: bug when deleting files whose name contains spaces?!

2010-07-22 Thread Alexander Wolff
dear stefan, Which protocol are you using to contact the repository? http[s]:// or svn://, or svn+ssh://? https:// Which operating system are you running on? sorry: ubuntu 10.4 Which version of Subversion are you using (both client and server)? client 1.6.6, server probably the same.

Is contrib status changing with apache move?

2010-07-22 Thread Joe Briggs
I am not sure if it is kosher to ask about contribs on the list, but fools rush in... I am trying to run svn_load_dirs.pl on windows in order to do some vendor branch management. I see some discussions on the list about problems others have had finding and running the file. I am modifying the

Problem with commit

2010-07-22 Thread Ameet Nanda
Hi, I set up SVN with apache and everything seems to be running fine. However, when I try to commit, it prompts me for a password, and once I supply the password, it gives me the following error: svn: Commit failed (details follow): svn: Server sent unexpected return value (500 Internal Server