Re: Exception at Subversion

2012-01-18 Thread Ulrich Eckhardt
Am 17.01.2012 16:31, schrieb Césare - Reitech TI: Could you please help me out? [...] with as much information as possible about what you were trying to do. Please consider this part. But please first search the mailing list archives for the error message to avoid reporting the same probl

Re: svn:externals to another svn:externals issue

2012-01-18 Thread Daniel Shahaf
Stephen Butler wrote on Wed, Jan 18, 2012 at 08:56:34 +0100: > One idea is to > > svn rm ^/libs/tags/latest > svn cp ^/libs/tags/1.1 ^/libs/tags/latest ITYM svnmucc rm ^/libs/tags/latest cp HEAD ^/libs/tags/1.1 ^/libs/tags/latest

Re: svn:externals to another svn:externals issue

2012-01-18 Thread Ryan Schmidt
On Jan 17, 2012, at 10:33, Andrew wrote: > So I've got a pair of projects, we'll call them /tools and /libs. > Under each I'm using ./tags/v1.0 ./tags/v2.0 as well as an > svn:externals of ./tags/latest which points to the most recent tagged > version. This all works fine. What I'd like to do a

svn: E175002: Server sent unexpected return value (500 Internal Server Error)

2012-01-18 Thread Fridman Galit-R58634
HI, I have a problem with svn 1.7.2 with collabnet edge that uses svn 1.7.2 from time to time I receive the following error, in different svn commands. This is an example: svn ci -m 'release notes: license server' doc/release_notes.txt Authentication realm: CollabNet Subve

Re: Subversion Exception

2012-01-18 Thread Philip Martin
Frank Capodieci writes: > I got an exception on update; Windows 7 Home Premium 64-bit. I have been > using Tortoise for over a year without problem. I don't think I was doing > anything unusual today except for having a large number of unversioned > binary files in the folder. > > In file > >

Re: Subversion Exception

2012-01-18 Thread Daniel Shahaf
Frank Capodieci wrote on Tue, Jan 17, 2012 at 12:13:43 -0800: > I got an exception on update; Windows 7 Home Premium 64-bit. I have been > using Tortoise for over a year without problem. I don't think I was doing > anything unusual today except for having a large number of unversioned > binary fi

Re: svn: E175002: Server sent unexpected return value (500 Internal Server Error)

2012-01-18 Thread Daniel Shahaf
What does httpd's error log say? Fridman Galit-R58634 wrote on Wed, Jan 18, 2012 at 09:44:47 +: > HI, > > I have a problem with svn 1.7.2 with collabnet edge that uses svn 1.7.2 from > time to time I receive the following error, in different svn commands. > > This is an example: > svn ci -m

Re: Internal assertion when updating symlink changes on 64-bit Ubuntu 10.04 LTS

2012-01-18 Thread Philip Martin
Chad Austin writes: > I don't recall exactly the issue, but it all started when someone made a > code checkout with Cygwin and then committed with TortoiseSVN. Because > Cygwin and native Windows builds of Subversion use different working copy > representations of symlinks, suddenly all of the s

RE: svn: E175002: Server sent unexpected return value (500 Internal Server Error)

2012-01-18 Thread Fridman Galit-R58634
Hi Daniel In the access log - I think this is the message related to this, but I'm not sure. 223.137.95.5 - - [18/Jan/2012:11:52:26 +0200] "OPTIONS /svn/rocoo/trunk/demo/lab_demo/demo/template_design/rtl_v/shared_addr/demo_design.v HTTP/1.1" 401 401 223.137.95.5 - r56614 [18/Jan/2012:11:52:30

commit issue

2012-01-18 Thread Herbert
Tortoise version: TortoiseSVN 1.7.4, Build 22459 - 64 Bit , 2012/01/13 12:57:07 Subversion 1.7.2, apr 1.4.5 apr-utils 1.3.12 neon 0.29.6 OpenSSL 1.0.0e 6 Sep 2011 zlib 1.2.5 Issue: Commit dialogue will fail on description messages containing quotes like "..." Problem is probably related to th

Re: commit issue

2012-01-18 Thread Ryan Schmidt
On Jan 18, 2012, at 04:59, Herbert wrote: > Tortoise version: > TortoiseSVN 1.7.4, Build 22459 - 64 Bit , 2012/01/13 12:57:07 > Subversion 1.7.2, > apr 1.4.5 > apr-utils 1.3.12 > neon 0.29.6 > OpenSSL 1.0.0e 6 Sep 2011 > zlib 1.2.5 > > > Issue: > Commit dialogue will fail on description message

Re: commit issue

2012-01-18 Thread Stephen Butler
On Jan 18, 2012, at 11:59 , Herbert wrote: > Tortoise version: > TortoiseSVN 1.7.4, Build 22459 - 64 Bit , 2012/01/13 12:57:07 > Subversion 1.7.2, > apr 1.4.5 > apr-utils 1.3.12 > neon 0.29.6 > OpenSSL 1.0.0e 6 Sep 2011 > zlib 1.2.5 > > > Issue: > Commit dialogue will fail on description messag

Re: commit issue

2012-01-18 Thread Ryan Schmidt
On Jan 18, 2012, at 05:22, Stephen Butler wrote: > On Jan 18, 2012, at 11:59 , Herbert wrote: > >> Error displayed (translated): >> Pre-Commit blocking with exit-code 255. >> """="*" can not be processed > > This is an error message from a pre-commit hook script installed by > your Subversion a

Re: commit issue

2012-01-18 Thread Andy Levy
On Wed, Jan 18, 2012 at 06:24, Ryan Schmidt wrote: > On Jan 18, 2012, at 05:22, Stephen Butler wrote: > >> On Jan 18, 2012, at 11:59 , Herbert wrote: >> >>> Error displayed (translated): >>> Pre-Commit blocking with exit-code 255. >>> """="*" can not be processed >> >> This is an error message fro

Re: how to disable svn's copy and move command?

2012-01-18 Thread Nico Kadel-Garcia
On Thu, Dec 1, 2011 at 6:23 PM, David Brodbeck wrote: > > > On Thu, Dec 1, 2011 at 3:01 AM, zhiwei chen wrote: >> >> hi,all. >> >> I use webdav to host a svn repository, for some reason I want to >> disable copy and move command, ie. uses can't use 'svn copy' and 'svn >> move' to commit. >> >> I

Re: commit issue

2012-01-18 Thread OBones
Andy Levy wrote: My own pre-commit hook has the same flaw. I just haven't gotten around to fixing it because I have few enough users that it's easier to just tell them "don't do that" - and I haven't been given the time to redo my hooks in a better language. If that helps, you can strip "forb

Re: how to disable svn's copy and move command?

2012-01-18 Thread Les Mikesell
On Wed, Jan 18, 2012 at 6:14 AM, Nico Kadel-Garcia wrote: >>> >>> hi,all. >>> >>> I use webdav to host a svn repository, for some reason I want to >>> disable copy and move command, ie. uses can't use 'svn copy' and 'svn >>> move' to commit. >>> >>> I know I can use pre-commit to disable copy and

Re: Subversion Exception

2012-01-18 Thread Frank Capodieci
> Are there any Unix/Linux users using the repository? Do you, or > did you, have any files with svn:special set in your working copy? We have a couple of Mac OS X (Lion) and Ubuntu 10.X users. I don't think there are any svn:special settings.

Re: Subversion Exception

2012-01-18 Thread Frank Capodieci
> What is the nature of the changes that update was trying to pull? (You > can determine that with 'svn log -q -v -r BASE:HEAD', or with the > equivalent Tortoise screen.) Specifically, do they include any tree > changes, or symlink changes? There were a couple of files Moved, in a check in made