Running Bugzilla and SVN in same Server

2012-11-19 Thread Ratheesh Sahayaraj
I have SVN running in my machine which has IP address 192.168.0.xx ...I also have installed Bugzilla on same machinehowever if i type 192.168.0.xx/bugzilla..only login prompt for svn is appearing...How can i use my machine's IP address for both bugzilla and svn?

Re: Running Bugzilla and SVN in same Server

2012-11-19 Thread vishwajeet singh
On Mon, Nov 19, 2012 at 4:27 PM, Ratheesh Sahayaraj < aegan.rathe...@gmail.com> wrote: > I have SVN running in my machine which has IP address > 192.168.0.xx ...I also have installed Bugzilla on same > machinehowever if i type 192.168.0.xx/bugzilla..only login > prompt for svn is a

Re: Running Bugzilla and SVN in same Server

2012-11-19 Thread Thorsten Schöning
Guten Tag Ratheesh Sahayaraj, am Montag, 19. November 2012 um 11:57 schrieben Sie: > How can i use my machine's IP > address for both bugzilla and svn? Your webserver is not configured properly, you may post the interesting parts of your configuration and one can have a look. Mit freundlichen Gr

Re: Running Bugzilla and SVN in same Server

2012-11-19 Thread Ratheesh Sahayaraj
# # This is the main Apache server configuration file.  It contains the # configuration directives that give the server its instructions. # See http://httpd.apache.org/docs/2.2/> for detailed information. # In particular, see # http://httpd.apache.org/docs/2.2/mod/directives.html> # for a discussio

Re: Running Bugzilla and SVN in same Server

2012-11-19 Thread Thorsten Schöning
Guten Tag Ratheesh Sahayaraj, am Montag, 19. November 2012 um 12:59 schrieben Sie: > >     ServerAdmin webmas...@dummy-host.example.com >     DocumentRoot /var/www/html/websvn >     ServerName svn >     ErrorLog logs/websvn-error_log >     CustomLog logs/websvn-access_log common >             >

Re: Running Bugzilla and SVN in same Server

2012-11-19 Thread Nico Kadel-Garcia
On Mon, Nov 19, 2012 at 7:21 AM, Thorsten Schöning wrote: > Guten Tag Ratheesh Sahayaraj, > am Montag, 19. November 2012 um 12:59 schrieben Sie: > >> >> ServerAdmin webmas...@dummy-host.example.com >> DocumentRoot /var/www/html/websvn >> ServerName svn >> ErrorLog logs/websvn-erro

Corrupted revisions - need help

2012-11-19 Thread Gunther Mayer
Hi there, I'm the sysadmin for our small company (8 employees) and we're running all our shared files over a subversion server. Some time ago our server had faulty memory which resulted in corrupt entries being written to the underlying fsfs db, later propagating to backups too. This resulted

RE: SVN Server Configuration To Restrict SVN Client Version

2012-11-19 Thread Nathan Frid
Hi Daniel, Thanks for the response. As I think you understand, enforcing restrictions on the SVN client version is not aimed at preventing intentional spoofing, but rather human error and occasionally, sloth. In both cases, a refusal from the repository to accept access is generally all t

Re: Corrupted revisions - need help

2012-11-19 Thread Stefan Sperling
On Mon, Nov 19, 2012 at 04:11:01PM +0200, Gunther Mayer wrote: > So, I'm wondering if anyone from the community can help me. I think > I still have all of the original files which got written or amended > during the three broken revisions (in one or more working copies), > but one of these revision

Re: Corrupted revisions - need help

2012-11-19 Thread Nico Kadel-Garcia
On Mon, Nov 19, 2012 at 9:11 AM, Gunther Mayer wrote: > Hi there, > > I'm the sysadmin for our small company (8 employees) and we're running all > our shared files over a subversion server. Some time ago our server had > faulty memory which resulted in corrupt entries being written to the > underl

Subversion 1.6.12 does not work on XP/DLL entry point issues.

2012-11-19 Thread dmitry.lysenko
Hi, I am trying to get the old version of subversion (1.6.12) to work on my box (downloaded from http://sourceforge.net/projects/win32svn/files/1.6.12/ as msi or zip) and getting the DLL issues. Application popup: svn.exe - Entry Point Not Found : The procedure entry point svn_client_status5 c

JavaHL propertyGet handling in org.tigris.subversion package

2012-11-19 Thread Conor MacNeill
Hi, I've been having a problem with the 1.7 JavaHL implementation in the org.tigris.subversion package. As I understand the code, this has been written as a wrapper around the new org.apache.subversion package. The propertyGet method is calling new String() around the byte[] value returned from th

Re: Corrupted revisions - need help

2012-11-19 Thread Daniel Shahaf
Stefan Sperling wrote on Mon, Nov 19, 2012 at 21:07:59 +0100: > Extract these reps from the FSFS data of the temporary repository and > stitch them into the broken repository at appropriate places, recalculating > checksums where necessary, Instead of recalculating, you ought to be able to set the

Re: Subversion 1.6.12 does not work on XP/DLL entry point issues.

2012-11-19 Thread Daniel Shahaf
svn_client_status5 was added in 1.7 (see subversion/include/svn_client.h in the source tree), so it seems you are using a 1.7 svn.exe with a 1.6 libsvn_client-1.dll. dmitry.lyse...@barclays.com wrote on Mon, Nov 19, 2012 at 16:41:57 -0500: > Hi, > > I am trying to get the old version of subversio

Re: Subversion 1.6.12 does not work on XP/DLL entry point issues.

2012-11-19 Thread Daniel Shahaf
I forgot to mention: to see what release an API was added in, another option is to browse the compiled doxygen docs on our site: http://subversion.apache.org/docs/. dmitry.lyse...@barclays.com wrote on Mon, Nov 19, 2012 at 16:41:57 -0500: > Hi, > > I am trying to get the old version of subversion