Re: invalid option character

2011-12-05 Thread Andy Levy
cute, so I tried running it on the command > line, but I get this error: > > svn.exe: invalid option character: s > > I've checked the svn help and am not sure where this option "s" is > coming from... You've specified -username. It needs to be --username (note tw

Re: invalid option character

2011-12-05 Thread Ulrich Eckhardt
I get this error: svn.exe: invalid option character: s Try removing stuff until it works in order to find out what exactly caused it to go wrong. I guess that the "s" option given to "-u" as parameter, and that is not understood. Of course you meant "--username&q

invalid option character

2011-12-05 Thread Tam
Hi- I have SVN Visual Server and have created a post-commit hook: "C:\Program Files\VisualSVN Server\bin\svn.exe" update --C:\webcontent \xx\xx -username xxx--password xxx The hook never seemed to execute, so I tried running it on the command line, but I get this error: svn.exe: inva