Building from source

2010-04-24 Thread Matthias Hryniszak
Hi there, I'm looking for instructions for building Subversion (current trunk) from sources on Windows using free tools. I'd love to have it under VC++ 2010 Express but any other VC++ Express would do. Is there a HOWTO that I could use? Best regards, Matthias.

Re: Working copy wrong after "svn up"

2010-04-23 Thread Matthias Hryniszak
Done http://subversion.tigris.org/issues/show_bug.cgi?id=3621 <http://subversion.tigris.org/issues/show_bug.cgi?id=3621> Best regards, Matthias. 2010/4/23 Stefan Sperling > On Fri, Apr 23, 2010 at 08:38:01PM +0200, Matthias Hryniszak wrote: > > Thanks for the response - that&#x

Re: Working copy wrong after "svn up"

2010-04-23 Thread Matthias Hryniszak
Thanks for the response - that's really great to hear and I guess I'll skip this one in that case. Best regards, Matthias. 2010/4/23 Stefan Sperling > On Fri, Apr 23, 2010 at 08:19:18PM +0200, Matthias Hryniszak wrote: > > I'd like to file this as a bug. Could you point

Re: Working copy wrong after "svn up"

2010-04-23 Thread Matthias Hryniszak
I'd like to file this as a bug. Could you point me to where I can do it? Best regards, Matthias. 2010/4/23 Bob Archer > > C:\svn>svnadmin create test > > C:\svn>svn co file:///C:/svn/test test-wc > > C:\svn>cd test-wc > > C:\svn\test-wc>svn mkdir folder > > C:\svn\test-wc>svn ci -m "Created fol

Working copy wrong after "svn up"

2010-04-23 Thread Matthias Hryniszak
Hi there, here's what I've noticed: C:\svn>svnadmin create test C:\svn>svn co file:///C:/svn/test test-wc C:\svn>cd test-wc C:\svn\test-wc>svn mkdir folder C:\svn\test-wc>svn ci -m "Created folder" C:\svn\test-wc>svn up Up until this point everything is normal. But if I manually remove the folde