long time ago,I saw the demo in ccnet website,use svn.bat with
username password content like below.it is a great idea for auto
build.
@"C:\Program Files\Subversion\bin\svn.exe" %* --username  ccnetlive --
password *****
I use svn.bat in my build job for ccnet and nant.
but recently coworks told me. He saw my password in svn log. :'-(
I do not know which auto action did it. it is possible commit with
message -m.
I find my nant target for those commit. It could be change commit and
svn copy with -m
I  use string concat the message with svn command like
svn.bat copy -r1234 http://abc/trunk http://abc/branch/b1 -m "here is
log which users type by them self"
if my coworks type message like @some message@ or something..the
username and password will in the message log..
what is key word I should prevent their input?
is there anyone familar with this can help? thanks


-- 
To unsubscribe, reply using "remove me" as the subject.

Reply via email to