Svn merge crashed

2010-11-28 Thread Tina Vießmann
see log file Process info: Cmd line: svn merge [myURL] Version: 1.6.12 (SlikSvn/1.6.12) WIN32, compiled Jun 22 2010, 20:45:23 Platform: Windows OS version 5.1 build 2600 Service Pack 3 Exception: ACCESS_VIOLATION Registers: eax=0001 ebx=00e795c8 ecx=00495cb9 edx=01a76a00 esi= edi=

Using svnserve daemon - problmes connecting via Tortoise

2010-11-28 Thread George Workman
Hi, I have confirmed that svnserve is up and running as a daemon. I'm able to use it locally (on the server itself) and I am also able to connect to the repository using Tortoise SVN from a Windows Vista machine by using the svn+ssh method. Yet the Subversion book indicates this is not the be

Re: AW: How to find out the rev number where a file was deleted?

2010-11-28 Thread Daniel Becroft
On Sun, Nov 28, 2010 at 7:59 AM, Andrey Repin wrote: > Greetings, Les Mikesell! > > >> thanks for having responded. > >> Can I file a feature request for that in the issue tracker, > >> what do you think? > >> > >> @Ryan: Of course with a peg rev I can log that single rev. But the > >> rev number

Re: AW: How to find out the rev number where a file was deleted?

2010-11-28 Thread Daniel Shahaf
Johan Corveleyn wrote on Sun, Nov 28, 2010 at 21:20:28 +0100: > On Sun, Nov 28, 2010 at 6:35 PM, Daniel Shahaf > wrote: > > Stefan Sperling wrote on Sun, Nov 28, 2010 at 16:48:30 +0100: > >> The real problem is that we want to be able to answer these questions > >> very fast, and some design aspe

Re: AW: How to find out the rev number where a file was deleted?

2010-11-28 Thread Johan Corveleyn
On Sun, Nov 28, 2010 at 6:35 PM, Daniel Shahaf wrote: > Stefan Sperling wrote on Sun, Nov 28, 2010 at 16:48:30 +0100: >> The real problem is that we want to be able to answer these questions >> very fast, and some design aspects work against this. For instance, >> FSFS by design does not allow mod

Re: AW: How to find out the rev number where a file was deleted?

2010-11-28 Thread Daniel Shahaf
Stefan Sperling wrote on Sun, Nov 28, 2010 at 16:48:30 +0100: > The real problem is that we want to be able to answer these questions > very fast, and some design aspects work against this. For instance, > FSFS by design does not allow modifying old revisions. So where do > we store the copy-to inf

Re: AW: How to find out the rev number where a file was deleted?

2010-11-28 Thread Les Mikesell
On 11/28/10 12:28 AM, Andrey Repin wrote: It doesn't track the future of a file, it tracks the history. Start with a peg revision Wat? It start with HEAD irrelevant to what PEG revision we've specified. And immediately spitting "no such file", although the file is 100% there. Yes, if you as

Re: AW: How to find out the rev number where a file was deleted?

2010-11-28 Thread Stefan Sperling
On Sun, Nov 28, 2010 at 01:27:28PM +0200, Daniel Shahaf wrote: > [ sorry if I'm repeating; haven't read the whole thread ] > > Johan Corveleyn wrote on Sun, Nov 28, 2010 at 10:05:15 +0100: > > FWIW, you do have a point, Andrey (and others), that this is a valid > > use case (finding the rev in whi

Re: AW: How to find out the rev number where a file was deleted?

2010-11-28 Thread Daniel Shahaf
[ sorry if I'm repeating; haven't read the whole thread ] Johan Corveleyn wrote on Sun, Nov 28, 2010 at 10:05:15 +0100: > FWIW, you do have a point, Andrey (and others), that this is a valid > use case (finding the rev in which a file was deleted) which isn't > well supported by svn currently. I t

Re: AW: How to find out the rev number where a file was deleted?

2010-11-28 Thread Johan Corveleyn
On Sun, Nov 28, 2010 at 7:28 AM, Andrey Repin wrote: > Greetings, Les Mikesell! > The change for that rev happened in the directory above. >>> >>> I'm looking for directory already, as file history would not show me the >>> necessary data. Dunno why... is it hard to track file from PEG revisi