Re: error when svn root is not project root

2016-09-08 Thread 'Walder Röhrl' via reviewboard
Hey, I stumbled across this as well. Maybe you could add a line to the documentation? Cheers, Walder On Tuesday, August 5, 2014 at 11:29:36 PM UTC+2, empt...@gmail.com wrote: > > Interesting... so apparently I was making this too complicated... I was > worried that because my users don't have

Re: error when svn root is not project root

2014-08-05 Thread emptytech
Interesting... so apparently I was making this too complicated... I was worried that because my users don't have read access to the root that this wouldn't work, but it seems to. Thanks! On Tuesday, August 5, 2014 4:18:22 PM UTC-5, Christian Hammond wrote: > > Hi, > > Even if your users are che

Re: error when svn root is not project root

2014-08-05 Thread Christian Hammond
Hi, Even if your users are checking out from a subdirectory, you need to configure Review Board to have one entry for the root of the repository. RBTools will compare against the Repository Root field, figure out the relative URL they’re using from there, and look up the correct URL on Review B

error when svn root is not project root

2014-08-05 Thread emptytech
ok, so I have a setup where my company's root svn is different from the projects that people checkout. In otherwords, each project is setup as only a folder in svn. so svn info shows: URL: https://url.org/svn/root/projectname Relative URL: ^/projectname Repository Root: https://url.org/svn/root