Re: svnlook issue

2011-10-28 Thread Ryan Schmidt
On Oct 28, 2011, at 19:37, Bruce Vining wrote: > I have been using Subversion flawlessly (and happily) now for the past 6 > months but performed the latest update via the Web Interface (Collabnet > Subversion Edge) and now I have hell to pay. > > For the past 6 months I have been successfully

Working SRPM and .spec files for subversion-1.7.1

2011-10-28 Thread Nico Kadel-Garcia
For various reasons, I've been working on RPM packaging of 1.7.0 and now 1.7.1. I'd like to get the old "packages/rpm" structure replaced with it, and I'm trying to get it into RPMforge. It's built from the Fedora packaging of subversion-1.6.17, and most of the patches are no longer needed (because

Re: SVN repo cross-platform compatibility

2011-10-28 Thread Nico Kadel-Garcia
On Wed, Oct 26, 2011 at 7:23 AM, Neil Bird wrote: > >  Whilst suffering a subversion server outage, it's made me wonder:  we > currently produce nightly backups of our repos via 'hotcopy' from the > server's local drive to a network store. > >  If the server were to die, would I be able to take th

Re: tortoise 1.7 - error on repository manipulation

2011-10-28 Thread Daniel Shahaf
Erwane Breton wrote on Fri, Oct 28, 2011 at 12:31:52 +0200: > The install of my virtualbox, for Daniel Shahaf, maybe solved the > problem, in local. > If it's work with minimal configuration, something goes wrong in my > apache config. > If you find what the problem was, please post back to the t

Re: First Hands-on Subversion—Where/How?

2011-10-28 Thread Dave Huang
On Oct 28, 2011, at 5:52 PM, Pietro Moras wrote: > > more specific questions > > My pleasure, dear Geoff, >Here you have some very Specific Questions. > > SQ1] How to get what I presume is a nice Subversion prompt: > > $ > > on one of my standard Windows machines, so to test the wonderf

Re: First Hands-on Subversion—Where/How?

2011-10-28 Thread Alexey Neyman
Dear Pietro, I think you should start your learning Subversion from learning what a "command line" is. Subversion manual is no substitute for knowing the OS. Or alternatively, have someone install a repostory for you and go with a GUI client, such as TortoiseSVN. Regards, Alexey. On Friday, O

Re: First Hands-on Subversion—Where/How?

2011-10-28 Thread Geoff Hoffman
On Fri, Oct 28, 2011 at 3:52 PM, Pietro Moras wrote: > > more specific questions > > My pleasure, dear Geoff, >Here you have some very Specific Questions. > > SQ1] How to get what I presume is a nice Subversion prompt: > > $ > > There is no prompt, other than terminal. Read the redbook plea

RE: First Hands-on Subversion—Where/How?

2011-10-28 Thread Pietro Moras
> more specific questions My pleasure, dear Geoff, Here you have some very Specific Questions. SQ1] How to get what I presume is a nice Subversion prompt: $ on one of my standard Windows machines, so to test the wonderful Subversion commands so eloquently described by the mention

Re: First Hands-on Subversion—Where/How?

2011-10-28 Thread Geoff Hoffman
On Fri, Oct 28, 2011 at 11:00 AM, Pietro Moras wrote: > Dear Subversion cognoscenti, > > Seriously intentioned to explore what Subversion is all about, armed > with good will and a good reference book (“Version Control with > Subversion”, by Ben Collins-Sussman, Brian W. Fitzpatrick, C. Mich

First Hands-on Subversion—Where/How?

2011-10-28 Thread Pietro Moras
Dear Subversion cognoscenti, Seriously intentioned to explore what Subversion is all about, armed with good will and a good reference book (“Version Control with Subversion”, by Ben Collins-Sussman, Brian W. Fitzpatrick, C. Michael Pilato), I got immediately lost & stuck at the very fi

Re: tortoise 1.7 - error on repository manipulation

2011-10-28 Thread Mike Dixon
On 10/28/2011 2:41 AM, Stefan Sperling wrote: On Thu, Oct 27, 2011 at 04:19:54PM +0200, Erwane Breton wrote: The error is always the same Commit Commit failed (details follow): '/svn/site/*!svn/me*' path not found My repository is https://xyz.coda-cola.net/svn/site/trunk I've tried svnadmin

ANNOUNCE: svnfiltereddump 1.0 Beta available

2011-10-28 Thread Harald Wilhelmi
Hello, a new open source tool for reorganizing Subversion repositories was released. It is optimized to extract parts of a large repository to form a new smaller one. It is similar in purpose to svndumpfilter (standard SVN tool) and Simon Tatham's svndumpfilter2 (*). However it is has less limit

Re: Subversion Exception

2011-10-28 Thread Stefan Sperling
On Fri, Oct 28, 2011 at 01:20:52PM +0100, Stephen Flowers wrote: > --- > Subversion Exception! > --- > Subversion encountered a serious problem. > Please take the time to report this on the Subversion mailing list > with as much information as possibl

update --depth=empty ignored since 1.7

2011-10-28 Thread Mojca Miklavec
Dear list, I'm experiencing some weird behaviour of SVN 1.7. The following sequence of commands fails to respect --depth=empty: svn co --depth=empty http://foundry.supelec.fr/svn/metapost svn up --depth=empty metapost/tags (you can use 'anonymous' as a username if it asks) The first comma

Subversion Exception

2011-10-28 Thread Stephen Flowers
--- 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

Re: merge disagrees with diff

2011-10-28 Thread Flemming Frandsen
On Fri, Oct 28, 2011 at 2:00 PM, Andreas Krey wrote: > That only looks like that because of the way merging is described in the > book. Aaah! RTFM, is it? > In essence, svn sees only two different (and conflicting) changes to > a block of lines, and leaves it to you to deal with that. (Likewise

Re: merge disagrees with diff

2011-10-28 Thread Flemming Frandsen
On Fri, Oct 28, 2011 at 2:19 PM, Stefan Sperling wrote: > Does this explanation make sense? Yes, very much, thank you for taking your time to look into this for me, I'm sorry to have inconvenienced you, but hopefully someone with the same problem will find the thread and be enlightened. -- Flem

Re: merge disagrees with diff

2011-10-28 Thread Stefan Sperling
On Fri, Oct 28, 2011 at 01:02:05PM +0200, Flemming Frandsen wrote: > On Fri, Oct 28, 2011 at 12:58 PM, Andreas Krey wrote: > > You didn't get a clean merge; you got a conflict. When you get a conflict, > > it is your job to look at what you merged and at the proposed result, > > and resolve it you

Re: merge disagrees with diff

2011-10-28 Thread Andreas Krey
On Fri, 28 Oct 2011 13:02:05 +, Flemming Frandsen wrote: ... > The problem is that there are many more changes in the conflicted > block than the diff suggested, iow: svn merge tried to add more lines > than svn diff said it would. That only looks like that because of the way merging is descri

Re: update --depth=empty ignored since 1.7

2011-10-28 Thread Philip Martin
Mojca Miklavec writes: > I'm experiencing some weird behaviour with SVN 1.7. The following > sequence of commands fails to respect --depth=empty: >    svn co --depth=empty http://foundry.supelec.fr/svn/metapost >    svn up --depth=empty metapost/tags > > (you can use 'anonymous' as a username) Th

update --depth=empty ignored since 1.7

2011-10-28 Thread Mojca Miklavec
Dear list, I'm experiencing some weird behaviour with SVN 1.7. The following sequence of commands fails to respect --depth=empty:    svn co --depth=empty http://foundry.supelec.fr/svn/metapost    svn up --depth=empty metapost/tags (you can use 'anonymous' as a username) The first command runs fin

Re: merge disagrees with diff

2011-10-28 Thread Flemming Frandsen
On Fri, Oct 28, 2011 at 12:58 PM, Andreas Krey wrote: > You didn't get a clean merge; you got a conflict. When you get a conflict, > it is your job to look at what you merged and at the proposed result, > and resolve it yourself. Yes, I have seen conflicts before, that's not what the problem is,

Re: merge disagrees with diff

2011-10-28 Thread Andreas Krey
On Fri, 28 Oct 2011 12:49:35 +, Flemming Frandsen wrote: ... > This is not the only time I've seen the problem manifest, but the > circumstances where similar, in the other case another developer was > trying to merge a change from version-1 to version-2, he too got extra > changes in his merge

Re: merge disagrees with diff

2011-10-28 Thread Flemming Frandsen
On Fri, Oct 28, 2011 at 12:31 PM, Johan Corveleyn wrote: > Here is something I don't understand. You just did a new checkout to > someotherpath. The HEAD of your repository is at least 648291. How > come that someotherpath/stepws.xsd is at revision 610503? That doesn't > make sense. I'm sorry, I

Re: tortoise 1.7 - error on repository manipulation

2011-10-28 Thread Erwane Breton
Le 28/10/2011 10:51, Daniel Shahaf a écrit : Erwane, can you provide a minimal server configuration that reproduces the bug? The svn devs used 1.7 clients against a 1.6.17 svn.apache.org for a long time without seeing any such errors, so I suspect the issue is due to your configuration trigger

Re: merge disagrees with diff

2011-10-28 Thread Johan Corveleyn
On Fri, Oct 28, 2011 at 11:55 AM, Flemming Frandsen wrote: > We're having a major problem with subversion, it seems that for some > changesets svn merge will do a different change than svn diff would > suggest. > > Here's an example of that the problem looks like: > > > svn diff -c 648291 svn+ssh:

Re: merge disagrees with diff

2011-10-28 Thread Ulrich Eckhardt
Am 28.10.2011 11:55, schrieb Flemming Frandsen: We're having a major problem with subversion, it seems that for some changesets svn merge will do a different change than svn diff would suggest. It took me a while of scrolling up and down to find the difference, but IIUC the problem is A) that

Re: merge disagrees with diff

2011-10-28 Thread Stefan Sperling
On Fri, Oct 28, 2011 at 11:55:06AM +0200, Flemming Frandsen wrote: > We're having a major problem with subversion, it seems that for some > changesets svn merge will do a different change than svn diff would > suggest. This does indeed look like a bug in merge. Is it possible for you to provide th

merge disagrees with diff

2011-10-28 Thread Flemming Frandsen
We're having a major problem with subversion, it seems that for some changesets svn merge will do a different change than svn diff would suggest. Here's an example of that the problem looks like: svn diff -c 648291 svn+ssh://myserver/somepath/stepws.xsd Index: stepws.xsd ===

Re: tortoise 1.7 - error on repository manipulation

2011-10-28 Thread Stefan Sperling
On Thu, Oct 27, 2011 at 04:19:54PM +0200, Erwane Breton wrote: > The error is always the same > > >Commit > >Commit failed (details follow): > >'/svn/site/*!svn/me*' path not found > > > My repository is https://xyz.coda-cola.net/svn/site/trunk > > I've tried svnadmin upgrade, exactly the same. >

Re: Assertion failed and crash with 1.7.1

2011-10-28 Thread Philip Martin
Attila Nagy writes: > ZFS. > It it worth to make benchmarks with this WC with 1.6 and 1.7? I so, I > can try to find the time for it. There are some reports that a mismatch between SQLite page size and ZFS block size can cause performance problems and that better performance is obtained when the

Re: tortoise 1.7 - error on repository manipulation

2011-10-28 Thread Philip Martin
Erwane Breton writes: > On my client (windows 7 x64 tortoise SVN), i CAN commit with Tortoise > 1.6.15 on my laptop but i CAN'T commit (or rename or delete) on my > other computer with tortoise 1.7.1.22161 > > The error is always the same > >> Commit >> Commit failed (details follow): >> '/svn/si

Re: tortoise 1.7 - error on repository manipulation

2011-10-28 Thread Daniel Shahaf
Daniel Shahaf wrote on Thu, Oct 27, 2011 at 22:12:46 +0200: > Does it work with a 1.6 client? > dcz, thanks. Erwane, can you provide a minimal server configuration that reproduces the bug? The svn devs used 1.7 clients against a 1.6.17 svn.apache.org for a long time without seeing any such erro

Re: How to move a Repository and its associated folder to a new server

2011-10-28 Thread Daniel Shahaf
Ulrich Eckhardt wrote on Fri, Oct 28, 2011 at 08:42:30 +0200: > Am 27.10.2011 23:56, schrieb Big George: > >What I try to do is to move my Repository and folder D:\Scripts_DB > >(with all its changes ) from PC1 to PC2. > > There are two things involved for moving the repo: > 1. Moving the repo its

Re: tortoise 1.7 - error on repository manipulation

2011-10-28 Thread dcz
Le jeudi 27 octobre 2011 22:12:46, Daniel Shahaf a écrit : Does it work with a 1.6 client? Erwane Breton wrote on Thu, Oct 27, 2011 at 16:19:54 +0200: i CAN commit with Tortoise 1.6.15 I guess he can.