unsubscribe

2012-07-21 Thread Cristian Amarie
unsubscribe

Re: Compiling SVN on Windows using Windows SDK

2012-05-24 Thread Cristian Amarie
If I remember well, Platform SDK contains the same (AFAIK) toolchain (C, C++ compilers, linker, rc etc.). That until PSDK for Windows 8; the bad news indeed is that command line tools seems to be removed from Windows SDK 8: http://msdn.microsoft.com/en-us/windows/hardware/hh852363.aspx "The Windo

Re: Symmetric Merge -- Algorithm

2012-04-20 Thread Cristian Amarie
> Hi Cristian.  First, let me see if I understand you.  You are talking about > any graph consisting of a sequence of 'complete' merges[1] between the > two branches A and B.  Is this a > concrete example, where n=2 and m=3? > >     / -- p q - A1 -- s - A2 >   O       \      \  /  

Re: Symmetric Merge -- Algorithm

2012-04-19 Thread Cristian Amarie
I've been splitting between been a svn baby/trying to swim into svn code and reading the wiki plus mails regarding symmetric merge. (Please be patient if I'll bump into some inherent beginner stupidities, I'm still into the crash course phase). > 1. Find the latest rev of A synced to B and of B s