Re: File status control

2012-11-27 Thread Armando Perico
rfaces and processes. I will keep thinking about it. In any case, thanks a lot for the suggestions, they have been very helpful. On Tue, Nov 27, 2012 at 9:27 PM, Armando Perico wrote: > Yes, use trac could be an option too. I will definitely check the pros and > cons for that! > > &

Re: File status control

2012-11-27 Thread Armando Perico
nt-named branch trees for > different stages of your review process. You can use subversion > pre-commit hooks to enforce some of your process restrictions - like > who can write to which area, but you may also want an external tool > like trac to follow the process and have a place for commentary and > status tracking. > > -- >Les Mikesell > lesmikes...@gmail.com > -- Armando Perico

Re: File status control

2012-11-27 Thread Armando Perico
d DMS will manage workflow, versioning, status tracking, etc.You can > coerce SVN to do this & build a DMS on top of it, just as people have built > things like this using MS Outlook's Shared Folders, or Lotus Notes as a > base, but there are other tools that are more appropriate & better-tuned to > document management requirements. If you're heavily invested in Microsoft > already, start your search with SharePoint. > -- Armando Perico

Re: File status control

2012-11-27 Thread Armando Perico
immt und kann vertrauliche Informationen enthalten. Bitte > benachrichtigen Sie den Absender umgehend, falls Sie nicht der > beabsichtigte Empf�nger sein sollten. Die E-Mail ist in diesem Fall zu > l�schen und darf weder gelesen, weitergeleitet, ver�ffentlicht oder > anderweitig benutzt werden. > E-Mails k�nnen durch Dritte gelesen werden und Viren sowie > nichtautorisierte �nderungen enthalten. Domino Laser GmbH ist f�r diese > Folgen nicht verantwortlich. > > ** > > -- Armando Perico

Re: Commit blocked by pre-commit hook (exit code 255) with no output

2012-04-15 Thread Armando Perico
I'm under linux and double checked for windows CRLFs. I turned SELinux off ... the error continues On Sun, Apr 15, 2012 at 11:38 PM, Les Mikesell wrote: > On Sun, Apr 15, 2012 at 3:46 PM, Armando Perico wrote: > > SELinux is off. > > +x has been set. > > #!/bin/sh se

Re: Commit blocked by pre-commit hook (exit code 255) with no output

2012-04-15 Thread Armando Perico
haven't done so already, please read the FAQ entry on > debugging hooks. > > Armando Perico wrote on Sun, Apr 15, 2012 at 22:07:31 +0200: > > sorry about the cc, my bad. > > > > I really don't know what else to do... I tried a lot already. > > > > W

Re: Commit blocked by pre-commit hook (exit code 255) with no output

2012-04-15 Thread Armando Perico
n Sun, Apr 15, 2012 at 10:02 PM, Daniel Shahaf wrote: > Both of these look normal. Please keep the list in the CC. > > Armando Perico wrote on Sun, Apr 15, 2012 at 22:00:41 +0200: > > # xxd pre-commit > > 000: 2321 2f62 696e 2f73 680a 6563 686f 2022 #!/bin/sh.echo " &

Commit blocked by pre-commit hook (exit code 255) with no output

2012-04-15 Thread Armando Perico
Hello, I'm having problems with hook scripts (pre-commit or post-commit) - When I try to commit, the svn commit is not performing completely, it is returning "Commit blocked by pre-commit hook (exit code 255) with no output" It passed a long while that I am trying to fix this problem without hav