Re: action.js does not exist

2009-09-01 Thread Pubudu Rathnayake
Hello Christian. yes , i meant pre-commit. on the Dashboard, if i select a new review request , then the page shows 'Change Number': if i leave it if blank, the page shows this message HTTPS certificate not accepted. Please ensure that the proper certificate exists in ~/.subversion/auth for

Re: action.js does not exist

2009-08-31 Thread Christian Hammond
Hi, Changing the site directory shouldn't be a huge problem, provided you update your Apache config file, but that's a task for after we get this working in the first place. If you go to http://argosboard.com/media/, do you get a 404? Assuming you do, I'm a bit confused as to the cause. I

Re: action.js does not exist

2009-08-31 Thread Pubudu Rathnayake
Ok Christian , i will look into it and let you know the status. pubudu On Mon, Aug 31, 2009 at 11:56 AM, Christian Hammond chip...@chipx86.comwrote: Might want to see if the change at the bottom of this thread fixes it:

Re: action.js does not exist

2009-08-31 Thread Christian Hammond
Might want to see if the change at the bottom of this thread fixes it: http://groups.google.com/group/reviewboard/browse_thread/thread/e763f306aafb6300/72fbcc2ee2ab562b#72fbcc2ee2ab562b If it does, I want to know, because then we can fix it properly upstream. Christian -- Christian Hammond -

Re: action.js does not exist

2009-08-31 Thread Christian Hammond
Hi, Sorry, I should be more clear. You don't want to add those lines. You want to see if those lines already exist in your httpd.conf, and comment them out. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On

Re: action.js does not exist

2009-08-31 Thread Pubudu Rathnayake
Hello Christian, I tried that way also, here are the apache log entries. #FilesMatch ^\.ht # Order allow,deny # Deny from all #/FilesMatch [Mon Aug 31 13:02:44 2009] [notice] Apache/2.0.63 (Win32) SVN/1.4.5 DAV/2 configured -- resuming normal operations [Mon Aug 31 13:02:44 2009] [notice]

Re: action.js does not exist

2009-08-31 Thread Christian Hammond
Alright, so really, the problem is that you have Django 1.1 installed, and Review Board 1.0.x only ships the admin UI stuff that comes with Django 1.0. I was looking at this from the perspective of media files in general being broken, but I didn't put 2 and 2 together and realize that actions.js

Re: action.js does not exist

2009-08-31 Thread Pubudu Rathnayake
Thanks Christian, its great relief to me knowing what the problem.So what should i do now to make review request with current Django installalment? pubudu On Mon, Aug 31, 2009 at 2:02 PM, Christian Hammond chip...@chipx86.comwrote: Alright, so really, the problem is that you have Django

Re: action.js does not exist

2009-08-31 Thread Pubudu Rathnayake
Hello Christian, this is the access log entry and still can not make a new request 192.168.1.107 - - [01/Sep/2009:09:00:34 +0530] POST /r/new/ HTTP/1.1 200 1570 change number : 3076 ( one that shown near the file in the tree ) base diff path : trunk/ac_module/forms/ please help me to

Re: action.js does not exist

2009-08-31 Thread Christian Hammond
Hi, The change number is only used for Perforce. The base diff path should be the path to the directory in the SVN tree where you generated your diff, starting with a /. So, if you generated the file in a checkout of /trunk/mymodule, you'd use /trunk as the base path. Of course, if you install

Re: action.js does not exist

2009-08-31 Thread Pubudu Rathnayake
Hello Christian, I am trying to make a pre - reviews request using web UI. is there are any other s/w, i have to install, as my server is running on Windows 2003?. pubudu On Tue, Sep 1, 2009 at 9:39 AM, Christian Hammond chip...@chipx86.comwrote: Hi, The change number is only

action.js does not exist

2009-08-30 Thread Pubudu Rathnayake
Hi All, this is the error log entry in apache and i am getting this when i try to make a new review request Fri Aug 28 16:52:48 2009] [error] [client 192.168.1.107] File does not exist: C:/memcached/argosboard.com/htdocs/media/admin/js/actions.js, referer:

Re: action.js does not exist

2009-08-30 Thread Christian Hammond
Hi, If you can show us your Apache config, that would help. Why is your site directory inside of C:\memcached? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Sun, Aug 30, 2009 at 9:37 PM, Pubudu

Re: action.js does not exist

2009-08-30 Thread Pubudu Rathnayake
Hello Christian, this is the virtual host entry in the apache confi. VirtualHost *:80 ServerName argosboard.com DocumentRoot C:/memcached/argosboard.com/htdocs # Error handlers ErrorDocument 500 /errordocs/500.html # Serve django pages Location / PythonPath ['C:/memcached/argosboard.com/conf']