Page 1 of 1

Subversion

Posted: Sun Mar 17, 2013 9:09 pm
by TonyIT
I like to use / test the subversions you provide, using svn co https://moneymanagerex.svn.sourceforge. ... runk/mmex/ mmex.

Now I have noticed that I was able to downloaded only until the revision 3571, no more.
I see that the (actual) last release is the 3593. Have you changed something?

Grazie e ciao.


Tony.
" "

Re: Subversion

Posted: Mon Mar 18, 2013 5:24 am
by Nikolay
Hi Guys,

I have upgraded my SVN and finally worked out how to get my commit access back using Tortoise-SVN in Windows 7.

With Windows Tortoise-SVN, the http// needs to be https//

https ://svn.code.sf.net/p/moneymanagerex/code Tortoise-SVN will ask for a username and password if it does not have one if you attempt to commit.

http://svn.code.sf.net/p/moneymanagerex/code gives you read only access. If you attempt to commit, it will proceed, then fail.

regards,
Stef

Re: Subversion

Posted: Mon Mar 18, 2013 7:05 am
by TonyIT
What you have wrote is valid only for the windows version, it is true?

Following your instructions, those are the commands I use to upgrade my subversion:
> cd ~/Development
> svn co https ://moneymanagerex.svn.sourceforge.net/svnroot/moneymanagerex/trunk/mmex/ mmex
> cd ~/Development/mmex/reliase
> make

What I have to change for the Linux version?

Ciao.
Tony
" "

Re: Subversion

Posted: Mon Mar 18, 2013 7:44 am
by Nikolay