Re: Newbie: What is my Base Directory?

2010-03-30 Thread david
I tried using post-reivew and I get the following when I run it in my development area (I think this is called a trunk): Failed to execute command: ['svn', 'propget', 'reviewboard:url', 'file://server/development/repos/site'] svn: Unable to open an ra_local session to URL svn: Local URL

Re: Newbie: What is my Base Directory?

2010-03-30 Thread Christian Hammond
Sounds like SVN isn't happy with the file:// URL. You probably should be setting up an HTTP server. Whatever post-review reports for the repository path needs to match exactly what Review Board has for the Repository entry, and it needs to be publicly accessible outside the Review Board server.

Newbie: What is my Base Directory?

2010-03-29 Thread david
I have managed to setup review board and want to create my first review. I have a repository at /media/repos/site I have a checkout at /media/development/user I have created the diff from /media/development/user using 'Create patch' from TortoiseSVN (windows) So, what do I put as the 'base

Re: Newbie: What is my Base Directory?

2010-03-29 Thread Christian Hammond
The base directory is the path of the current directory as would be seen from the SVN server. So, the path relative to the root of the SVN server of the directory you generate the diff in, An example would help... So, say your repository is configured to be http://svn.example.com/ (note that