Re: When to merge or copy - quick question

2013-07-16 Thread Ulrich Eckhardt
Am 12.07.2013 01:43, schrieb Z W: We have a trunk X and a feature branch Y (branched from X) Your wording is a bit confusing. Let me try to rephrase this: You have a project X which has a trunk and a branch Y. The point is that a trunk is implied (and typically named "trunk" in the repository

Re: xml output changed - relative paths now appearing?

2013-07-16 Thread Philip Martin
[CC to dev] Alexander Haley writes: > On Mon, Jul 15, 2013 at 5:21 PM, Philip Martin > wrote: > >> I could not get this to happen on Linux. Are you using the same path in >> the checkout and status commands? Can you provide a complete recipe? >> Something to do with drive letters, or case diffe

RE: xml output changed - relative paths now appearing?

2013-07-16 Thread Bert Huijben
> -Original Message- > From: Philip Martin [mailto:philip.mar...@wandisco.com] > Sent: dinsdag 16 juli 2013 10:14 > To: Alexander Haley > Cc: Johan Corveleyn; users@subversion.apache.org; > d...@subversion.apache.org > Subject: Re: xml output changed - relative paths now appearing? > > [

Possible 1.8.0 bug: SVN diff crashing on intermediate directory over external directory

2013-07-16 Thread Marek Gulanowski
Hello there, I may have found a bug: In my repository I have an external directory which is defined using a path with an intermediate directory as follows: path_to_external intermediate_directory/external_dir_in_wc When I try to diff the whole WC, I get the error svn: E155010: The node 'interme

assertion failed (peg_revnum != SVN_INVALID_REVNUM)

2013-07-16 Thread Gómez Tovar , José Andrés
--- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list with as much information as possible about what you were trying to do. But please first search the mailing list

Exception during reintegration merge dry run in TortoiseSVN

2013-07-16 Thread Phillip Seaver
>From the error dialog: "In file 'D:\Development\SVN\Releases\TortoiseSVN-1.8.0\ext\subversion\subversion\libsvn_ra_serf\util.c' line 1649: internal malfunction" In TortoiseSVN, I choose "Reintegrate a branch / automatic merge", picked the correct branch, and pressed the "Test merge" button.

Error returned in a SVN Checkout

2013-07-16 Thread Ternier, Ryan
I have a code repository of 2.2 GB and a lot of files. A full checkout will take around 1 hour. I just upgraded to SVN 1.8. During a fresh checkout I got the following error: Error: In file Error: 'D:\Development\SVN\Releases\TortoiseSVN-1.8.0\ext\subversion\subversion\libsvn_ra_serf\util.c' E

[bug] crash at svn update symlink-to-working-dir

2013-07-16 Thread Sami Kerola
Hello subversion developers, When running 'svn up' via symlink to a working directory core is dropped. Unfortunately I do not have debugging symbols on computer I am currently working, but perhaps someone with up to date development version can reproduce the issue, and if necessary continue debugg

SVN client crashdump

2013-07-16 Thread John Sturton
-- John STURTON Development Engineer Sescoi R&D 71009 MACON cedex Tel +33 (0)3 85 21 66 21 This message and any attachments (hereinafter "the message") is intended solely for the addressee. The information in this email is confidential and may be legally privileged. If you are not the inte

getting error while doing "SVN Update" from windows 8

2013-07-16 Thread Munish Chandel
Any help on hte below error ? [image: Inline image 1] -- regards, Munish Chandel <>

Re: [bug] crash at svn update symlink-to-working-dir

2013-07-16 Thread Daniel Shahaf
If I'm not mistaken, this is * wc: fix crash when target is symlink to a working copy root (issue #4383) a fix for which will be included in the upcoming 1.8.1 release. See http://svn.apache.org/r1503552 Daniel Sami Kerola wrote on Mon, Jul 15, 2013 at 10:48:43 +0100: > Hello subversion de

Re: Error returned in a SVN Checkout

2013-07-16 Thread Daniel Shahaf
I believe that's fixed by http://svn.apache.org/r1503318, which should be included in the 1.8.2 release. Ternier, Ryan wrote on Tue, Jul 16, 2013 at 22:48:42 +: > I have a code repository of 2.2 GB and a lot of files. A full checkout will > take around 1 hour. > > I just upgraded to SVN 1.8.

Re: Exception during reintegration merge dry run in TortoiseSVN

2013-07-16 Thread Daniel Shahaf
Phillip Seaver wrote on Tue, Jul 16, 2013 at 16:42:03 -0400: > From the error dialog: "In file > > 'D:\Development\SVN\Releases\TortoiseSVN-1.8.0\ext\subversion\subversion\libsvn_ra_serf\util.c' > line 1649: internal malfunction" > I believe that's fixed by http://svn.apache.org/r1503318, whi

Re: Check-out fails with LANG=C

2013-07-16 Thread Daniel Shahaf
Michael Pruemm wrote on Tue, Jul 09, 2013 at 16:00:38 +0200: > On Tue, Jul 9, 2013 at 3:44 PM, Stefan Sperling wrote: > > > Michael, does this only happen with ra_serf? Can you please test > > with svn://, or svn+ssh://, or file:// access? > > > > Here are the results with 32-bit 1.8.0 using svn

Re: Check-out fails with LANG=C

2013-07-16 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Jul 17, 2013 at 08:05:41 +0300: > Michael Pruemm wrote on Tue, Jul 09, 2013 at 16:00:38 +0200: > > On Tue, Jul 9, 2013 at 3:44 PM, Stefan Sperling wrote: > > > > > Michael, does this only happen with ra_serf? Can you please test > > > with svn://, or svn+ssh://, or fil

Re: Check-out fails with LANG=C

2013-07-16 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Jul 17, 2013 at 08:05:41 +0300: > Michael Pruemm wrote on Tue, Jul 09, 2013 at 16:00:38 +0200: > > On Tue, Jul 9, 2013 at 3:44 PM, Stefan Sperling wrote: > > > > > Michael, does this only happen with ra_serf? Can you please test > > > with svn://, or svn+ssh://, or fil

Possible 1.8.0 bug: SVN diff crashing on intermediate directory over external directory

2013-07-16 Thread Marek Gulanowski
Hello there, I may have found a bug: In my repository I have an external directory which is defined using a path with an intermediate directory as follows: https://path_to_external intermediate_directory/external_dir_in_wc When I try to diff the whole WC, I get the error svn: E155010: The node

Re: getting error while doing "SVN Update" from windows 8

2013-07-16 Thread Thorsten Schöning
Guten Tag Munish Chandel, am Sonntag, 14. Juli 2013 um 12:43 schrieben Sie: > Any help on hte below error ? Please don't post screenshots, the image you posted clearly says you should use STRG+C to copy the error text itself and describe what you have done to trigger the error. Said that, googli

Re: SVN client crashdump

2013-07-16 Thread Thorsten Schöning
Guten Tag John Sturton, am Montag, 15. Juli 2013 um 16:01 schrieben Sie: Please don't just send attachments to the list without any textual description or body, they make life unnecessary hard for people willing to help you. At least copy the contents of the attachments to the body for easier quot