RE: Windows XP and Junctions

2010-07-22 Thread Mike Newsome
Thanks Ryan, that confirms my thoughts (about junctions). I don't actually like them much! David, I don't intend using junctions normally, just when I was making a comparatively large change, and wanted to test it on all four projects, without checking in, and updating then finding another gotc

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 Er

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 f

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.

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 co

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: 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", no

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 AddOutputFilter INCLUDES .html did not solve the problem, but commenting this out and disabling mod_include did. That seems odd to me; is it known that dav_svn

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 director

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

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 b

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 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 trunk? > > Yes,

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 i

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 scrat

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

2010-07-22 Thread Mark Hanson
On Wed, Jul 21, 2010 at 11:03 PM, Daniel Shahaf wrote: > Mark Hanson wrote on Wed, Jul 21, 2010 at 08:37:25 -0700: >> Can anyone confirm? > > No.  Using July 18 trunk, both with file externals and directory externals, an > exported file with svn:eol-style=native has the --native-eol end-of-lines i

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 p

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: 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/ > > Options Indexes FollowSymLinks Mul

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

Windows XP and Junctions

2010-07-22 Thread Mike Newsome
Hello 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 checking correct operation. This leads to a lot of

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 > > DAV svn > SVNPath /DATA/svn Then this should be SVNParentPath /DATA/svn > > 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. http:

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: ServerName svn.webwork.maa.org DocumentRoot /var/www DAV svn SVNParentPath /var/svn etc... Yester

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 /usr/l

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:/foo>svn ci lib*/* > Checking: svn: '/foo/libcau' is not a working copy > f...@tr:/foo>svn ci librlib/* libhci/* libcru/* libcau/* > Checking: svn: '/foo/libcau' is

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 wrote: > Nico Kadel-Garcia wrote: >> >> On Tue, Jul 20, 2010 at 7:32 AM, Angel Tsankov >> wrote: >>> >>> When I run kdesvn I get a dialog showing the following message: >>> >>> Could not find our part: Cannot load library /usr/lib/kde4/kdesvnpart.so:

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:/foo>svn ci lib*/* Checking: svn: '/foo/libcau' is not a working copy f...@tr:/foo>svn ci librlib/* libhci/* libcru/* libcau/* Checking: svn: '/foo/libcau' is not a working copy The error-message in itself is correct;