Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
How do you commit correctly?
tiwag:
i use
url="svn+ssh://tiwag@svn.berlios.de/svnroot/repos/codeblocks/trunk"
for both, TortoiseSVN and commandline-SVN and it works great,
but PuTTY and Pageant must be running and configured properly,
otherwise you're going nuts by typing your password all the time...
takeshimiya:
--- Quote from: thomas on December 14, 2005, 06:25:05 pm ---...the only drawback will be that TortoiseSVN will prompt you for your password every time, but that is something you can live with. It will still work!
--- End quote ---
--- Quote from: mandrav on November 26, 2005, 03:53:32 pm ---
--- Quote from: Ceniza on November 26, 2005, 03:34:52 pm ---What I didn't like is TortoiseSVN asking me the password like 3 times for everything...
--- End quote ---
Why don't you add your public key to the server? This way you only type your keyphrase once per session (i.e. between reboots).
--- End quote ---
Pecan:
Thanks everyone
I think I got it done. BerliOS finally accepted the following command:
--- Code: ---C:\Usr\Proj\cbBeta>svn --username {me} --password {mypswd} commit -m "KeyBind
er changes 2005/12/14 by pecan"
--- End code ---
It didn't ask me for any passwords either. Maybe it just accepted the
situation to get rid of me....;-}
Whew! so simple, but so hard getting there.
thomas: thanks for the detailed explanation of how to automate this.
I'll start work on that.
thanks y'all
pecan
tiwag:
--- Quote from: Pecan on December 14, 2005, 09:21:24 pm ---Thanks everyone
I think I got it done. BerliOS finally accepted the following command:
...
--- End quote ---
fine
but after studying your previous posts, i think the only thing what you've done wrong,
was to use several backslashes "\" in your pathes given to subversion.
with svn always use "/" slashes instead.
Navigation
[0] Message Index
[*] Previous page
Go to full version