News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

How do you commit correctly?

Started by Pecan, December 14, 2005, 02:46:39 PM

Previous topic - Next topic

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!

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...

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).

Pecan

#17
Thanks everyone

I think I got it done. BerliOS finally accepted the following command:

C:\Usr\Proj\cbBeta>svn --username {me} --password {mypswd} commit -m "KeyBind
er changes 2005/12/14 by pecan"


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:
...
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.