RE: Pre-commit fails when executing 'svn ls'

2012-11-28 Thread armando.perico.n...@usi.ch
Sent: 28 November 2012 16:57 To: users@subversion.apache.org Subject: Re: Pre-commit fails when executing 'svn ls' Guten Tag armando.perico.n...@usi.ch, am Mittwoch, 28. November 2012 um 16:43 schrieben Sie: > svn: OPTIONS of 'http://localhost/svn/repo/test.txt": could n

Pre-commit fails when executing 'svn ls'

2012-11-28 Thread armando.perico.n...@usi.ch
Hi, I want to write a pre-commit hook which make some checks on the repository using "svn" commands. i.e.: svn ls... however, svn ls is failing to connect to localhost. on my pre-commit file I have: --- # I don't need the $REPOS value since this is ju

RE: File status control

2012-11-27 Thread armando.perico.n...@usi.ch
mail.com] Sent: 27 November 2012 15:24 To: Perico Neto Armando Cc: users@subversion.apache.org Subject: Re: File status control On Tue, Nov 27, 2012 at 8:44 AM, armando.perico.n...@usi.ch<mailto:armando.perico.n...@usi.ch> mailto:armando.perico.n...@usi.ch>> wrote: Guten Tag Th

RE: File status control

2012-11-27 Thread armando.perico.n...@usi.ch
ents" love this sort of functionality. Dankeschön From: Thorsten Schöning [tschoen...@am-soft.de] Sent: 27 November 2012 14:05 To: users@subversion.apache.org Subject: Re: File status control Guten Tag armando.perico.n...@usi.ch, am Dienstag, 27. November 2012

File status control

2012-11-27 Thread armando.perico.n...@usi.ch
Hi, I am part of the quality management at my company and we use SVN as our source code repository. I would like to know if is there a way in which I can control the "STATUS" of a file (and its status-changes) ? Example: lets say that we have the following statuses: UnderDevelopment, Tested, Ap