Re: Detecting CR eol

2010-09-08 Thread Csaba Raduly
Hi Giulio, On Wed, Sep 8, 2010 at 10:25 AM, Giulio Troccoli wrote: > I am writing a pre-commit hook script in perl. One of the requirement is that > all files (luckily they are all text files) have the svn:eol-style property > set to LF and the actual eol is indeed LF. If that's not the case I

Re: Trouble getting started

2010-08-30 Thread Csaba Raduly
On Sat, Aug 28, 2010 at 11:07 PM, Fred Krogh wrote: >  I'm new to subversion or in fact to any version control system and > evidently have some error in my mind set when reading documents and > trying to get subversion to work.  I'm using a gentoo linux system and > believe I have everything neces

Re: Post commit script examples?

2010-08-19 Thread Csaba Raduly
Hi Greg, On Thu, Aug 19, 2010 at 5:28 PM, Greg Alexander wrote: > > Hello, >    What I am > looking to do is to setup a way so that all files in the repository require > a lock to be owned by the user before it can be committed the next time. I > also want this to be an automatically set property

Re: Can't connect to the host 'hostname':

2010-08-13 Thread Csaba Raduly
On Thu, Aug 12, 2010 at 9:02 PM, Andre Guilherme Soares e Silva wrote: > Please, > I have svnserve running as a service. > It starts automatically with a repository. > > I can use the command "svn list svn://localhost", this runs very well, but > when i tried to do this from another pc ("svn list

Re: svn checkout - special characters in file name are not encoding properly

2010-08-12 Thread Csaba Raduly
On Wed, Aug 11, 2010 at 4:49 PM, Michael Pruemm wrote: > Vincent Lefevre wrote: (snip) >> Under these conditions, the only possibility is >> to encode the filenames in UTF-8 anyway. So, why not enforcing >> that? >> > > But don't forget that different platforms may use different UTF-8 encodings >

Re: Mailing lists? Really?

2010-07-29 Thread Csaba Raduly
On Wed, Jul 28, 2010 at 11:35 PM, Bob Archer wrote: > > While I do agree that forums are somewhat more user friendly... Aren't there > also several Web properties that let you participate in the mail list via > your browser that make it very much like a forum would appear? > I prefer mailing lis

Re: Error loading mod_dav_svn

2010-07-12 Thread Csaba Raduly
On Sun, Jul 11, 2010 at 9:55 AM, Itamar O wrote: > On Thu, Jul 8, 2010 at 11:59 AM, Csaba Raduly wrote: >> >> Get the dependency walker from http://www.dependencywalker.com/ and >> try checking mod_dav_svn.so >> It may be possible that mod_dav_svn is there but one of

Re: Error loading mod_dav_svn

2010-07-08 Thread Csaba Raduly
On Wed, Jul 7, 2010 at 7:54 PM, Itamar O wrote: > Hi list, > > I am administering the Subversion server on my organizational intranet, (snip) > when LoadModule ... modules/mod_dav_svn.so is in the configuration > file, here's a snippet from the error log after a server restart: > (of course the se

Re: Error:1053 when starting Subverion as a Windows 2008 Server R2 service

2010-06-30 Thread Csaba Raduly
On Wed, Jun 30, 2010 at 4:41 PM, Roberto de Castro wrote: > Hi Csaba Raduly! > This is Event Viewer log message: > Log Name:      System > Source:        Service Control Manager > Date:          30/06/2010 11:32:57 > Event ID:      7000 > Task Category: None > Level:

Re: How to automatically run some test when check-in

2010-06-14 Thread Csaba Raduly
On Sat, Jun 12, 2010 at 6:07 AM, Les Mikesell wrote: > Kevin Wu wrote: >> I want that every time someone checks in his or her code, the sever can >> invoke some tests, which might run on another server. > > You might run some ssh command as a post-commit hook, but you would probably > be better off

Re: how to make a commit/update that is not visible to other users

2010-05-18 Thread Csaba Raduly
On Tue, May 18, 2010 at 1:09 PM, Zoran Jeremic wrote: > Hi everybody, > > I'm using SVN repository to share the project with project partners. > However, I work on two different PC (at home and at workplace) and I want to > use SVN to synchronize on daily basis but I don't want to synchronize with