Re: Problem with external file

2010-10-12 Thread Stefan Küng
On Tue, Oct 12, 2010 at 11:14, Philip Martin wrote: > Bob Fletcher writes: > >> For example, in response to svn --version, I would get >> svn, version 1.7.0 (dev build) >>    compiled Oct  9 2010, 00:09:42 >> >> As you suggested, I downloaded the binaries just posted today on the same >> site. >

Re: Problem with external file

2010-10-12 Thread Philip Martin
Bob Fletcher writes: > For example, in response to svn --version, I would get > svn, version 1.7.0 (dev build) >compiled Oct 9 2010, 00:09:42 > > As you suggested, I downloaded the binaries just posted today on the same > site. > Now in response to svn --version, I get > svn, version 1.7.0

Re: Problem with external file

2010-10-11 Thread Bob Fletcher
Philip Martin wandisco.com> writes: > There is no assert on line 4603 in the current code, it's not possible > for the current code to produce that error. There was an assert on > that line back in r993028 but that dates from more than a month ago. > If you try a more up-to-date build then the

Re: Problem with external file

2010-10-11 Thread Philip Martin
Bob Fletcher writes: > OK. I was able to create the error using the command line. The > following are the steps I took. I sure hope this is helpful. (In the > steps below, I changed the name of my company in the URL to xxx.) Thanks for doing this. I tried your recipe on my Linux machine and it

Re: Problem with external file

2010-10-11 Thread Bob Fletcher
OK. I was able to create the error using the command line. The following are the steps I took. I sure hope this is helpful. (In the steps below, I changed the name of my company in the URL to xxx.) (1) Create a local TestLib directory with a single file libfile.h. (2) Import this to repo. C:\D

Re: Problem with external file

2010-10-11 Thread Julian Foad
On Sun, 2010-10-10 at 15:23 +, Bob Fletcher wrote: > > > Maybe I can get something this weekend. > > > > Thanks. > > > > By the way, we aren't trying to make life harder on you, or introduce > > some difficult-to-clear bar for getting bugs fixed. The developers as > > just hard at work on ac

Re: Problem with external file

2010-10-10 Thread Bob Fletcher
> > Maybe I can get something this weekend. > > Thanks. > > By the way, we aren't trying to make life harder on you, or introduce > some difficult-to-clear bar for getting bugs fixed. The developers as > just hard at work on actually shipping 1.7, so doing the bits you can > helps keep us from

Re: Problem with external file

2010-10-07 Thread Talden
> (Note to everybody else: Bob's decision to start testing 1.7, and > report bugs here, ensures that his bugs are known and (hopefully) > addressed before 1.7 ships.  Interested parties would do well to > follow his example. :) On this note. I'd been testing 1.7 using the binaries at: http:/

Re: Problem with external file

2010-10-07 Thread Hyrum K. Wright
On Thu, Oct 7, 2010 at 9:09 AM, Bob Fletcher wrote: > Philip Martin wandisco.com> writes: > >> Ideally these would be commands we could execute using the command >> line client. Of even a script with these commands in it (though that isn't always feasible). > > > Thanks, Philip. > > I normally

Re: Problem with external file

2010-10-07 Thread Bob Fletcher
Philip Martin wandisco.com> writes: > Ideally these would be commands we could execute using the command > line client. Thanks, Philip. I normally use TortoiseSVN so I will have to spend some time seeing if/how this occurs with the command line client. Maybe I can get something this weekend.

Re: Problem with external file

2010-10-07 Thread Philip Martin
Bob Fletcher writes: > To show the problem: > (1) Create a project with an external file. > (2) Modify and Commit a change to an actual working copy of the file > (in another project). > (3) Update the original project with the external file - even when > omitting externals. > This gives