Re: Windows Installation: Trouble posting diff by hand

2008-11-05 Thread Christian Hammond
It's expecting .svn directories and the ability to run "svn" in that directory. Might be helpful to see what "svn info" shows. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Wed, Nov 5, 2008 at 3:34 PM, SamClark <[EMAIL PROTECTED]> wrote: > > Do I have to configure post-re

Re: Windows Installation: Trouble posting diff by hand

2008-11-05 Thread SamClark
Do I have to configure post-review.py and where exactly do I run it? I'm using subversion and my working copy is c:\svn\Hello\*a bunch of .h and .c files that make up my pretend project* When I run it in c:\svn and c:\svn\Hello I get: C:\SVN>python post-review.py The current directory does not

Re: Windows Installation: Trouble posting diff by hand

2008-11-05 Thread Christian Hammond
The base diff path should be whatever directory (relative to the root of the SVN tree) that you were in when you generated the diff. So if you're in C:\MyProject and that directory is really http://svn.example.com/svn/trunk/MyProject, then your base diff path is /trunk/MyProject. It's confusing at