Ok, so I took my cbGet.cmd file and changed the "checkout" option to
"commit". But I get the following msg. Could someone point my
nose in the right direction??
C:\Usr\Proj\cbBeta>cd trunk
C:\Usr\Proj\cbBeta\trunk>..\cbcommit
C:\Usr\Proj\cbBeta\trunk>PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32
\Wbem;\c:\usr\bin;c:\usr\bin\subversion\bin
C:\Usr\Proj\cbBeta\trunk>SET APR_ICONV_PATH=C:\usr\bin\Subversion\iconv
C:\Usr\Proj\cbBeta\trunk>svn --username {myname} --password {mypswd} commit svn:/
/svn.berlios.de/codeblocks/trunk
svn: Can't check path 'svn:\\svn.berlios.de\codeblocks\trunk': The filename, dir
ectory name, or volume label syntax is incorrect.
C:\Usr\Proj\cbBeta\trunk>
thanks
pecan
thanks thomas
Yup, I created an account and got confirmation from Berlios.
I changed the svn line as instructed, but get the following reply
C:\Usr\Proj\cbBeta\trunk>svn --username {me} --password {mypassword} commit svn+s
sh://svn.berlios.de/codeblocks/trunk
svn: Can't check path 'svn+ssh:\\svn.berlios.de\codeblocks\trunk': The filename,
directory name, or volume label syntax is incorrect.
C:\Usr\Proj\cbBeta\trunk>
Uh..
I check it out using my name and password just
as mandrav told me to.
SET APR_ICONV_PATH=C:\usr\bin\Subversion\iconv
svn --username me --password mypswd checkout svn://svn.berlios.de/codeblo
cks/trunk
is that anonymous?
Anyway, this is all too much for me right now. It's gonna
take me days to do the stuff thomas described. I'm slow.
But I'll eventually get it figured out.
In the meantime would someone (thomas? ) be so kind as
to commit the attached keybinder code for me.
Thanks
pecan
[attachment deleted by admin]
Uh..
I check it out using my name and password just
as mandrav told me to.
SET APR_ICONV_PATH=C:\usr\bin\Subversion\iconv
svn --username me --password mypswd checkout svn://svn.berlios.de/codeblo
cks/trunk
is that anonymous?
Yes it is. On Berlios, http and svn are anonymous access, while https and svn+ssh are developer access (and thus allow commits).
Try either svn --username me --password mypswd checkout svn+ssh://svn.berlios.de/codeblocks/trunk
or svn --username me --password mypswd checkout https://svn.berlios.de/svnroot/repos/codeblocks/trunk
instead of that second line.
More information here (http://www.codeblocks.org/source_code.shtml), also randomly linked from the news box at the top of the forum pages.
If you have TortoiseSVN installed, its "Relocate" command combined with either of those URLs should also do the trick, and be much quicker (no need to redownload everything, just adjusts the working copy). But as I mentioned, I have no idea how to do that from the command line (and svn help doesn't list anything like that as far as I can see).
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