Re: New user group

2009-02-19 Thread Brot
Hello Kunal, I encountered the same problem in my company and at the moment we didn't have a good solution. There is the possibility to pass all relevant files as an command line argument to the post_review script. But this is a manual process and could produce faulty reviews. The other problem i

Re: New user group

2009-02-19 Thread Christian Hammond
You should be able to specify the files to include on the command line. Similar to other svn operations, like when you only want to diff or commit certain files. It's a little bit of micromanagement, especially when you want to update a review later on, but it works. Christian -- Christian Hammo

Re: New user group

2009-02-19 Thread KunalG
Ok, we will try to manage with that. Also let me know if it is possible to handle a scenario where we have only 3 files from a folder out of 5 related to a bug, because other 2 files may be from different bug. And so we can upload only 3 files for this bug. When we call post_review for Subversion

Re: New user group

2009-02-18 Thread David Trowbridge
There's no automatic method right now. You might be able to write a script that uses the django shell capabilities to create the groups. -David 2009/2/17 KunalG : > > Hi, > > We are setting up review board in our company and found one feature > which we need. > We use LDAP authentication for log