how to get account of svn

Money Manager Ex Development related posts for both Android and Desktop

Moderator: Renato

Post Reply
onlin85
New MMEX User
Posts: 7
Joined: Sun Oct 11, 2009 2:44 pm
Are you a spam bot?: No

how to get account of svn

Post by onlin85 »

I'm a new member of mmex. This's the first time I use svn. So are there anyone show me how can i become a developper of mmex
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: how to get account of svn

Post by Nikolay »

Hi,

Read this first:
http://www.codelathe.com/forum/viewtopic.php?f=7&t=94

You need the great software "TortoiseSVN"
Repository of mmex described here:
http://sourceforge.net/projects/moneymanagerex/develop
onlin85
New MMEX User
Posts: 7
Joined: Sun Oct 11, 2009 2:44 pm
Are you a spam bot?: No

Re: how to get account of svn

Post by onlin85 »

I'm using TortoiseSVN v1.6.5. And I've imported source code from sourceforge by using TortoiseSVN but it asked me for an account which i dont know. Do u know what the account is?
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: how to get account of svn

Post by Nikolay »

Hi,

You don't need any account for download the code from https://moneymanagerex.svn.sourceforge. ... ymanagerex
Post any changes of the code in the forum as a Patch file.
Madhan is person who can give you an account.
onlin85
New MMEX User
Posts: 7
Joined: Sun Oct 11, 2009 2:44 pm
Are you a spam bot?: No

Re: how to get account of svn

Post by onlin85 »

Hi! Thank u very much for your replies

I can understand your answer. I agree with u that i can download direct source code from the link https://moneymanagerex.svn.sourceforge. ... managerex/ (by using browsers or some internet download programs)
but It's not the things i want. :(

I'm using TortoiseSVN, and i like using it to import source code from the link https://moneymanagerex.svn.sourceforge. ... managerex/ (by using import function from TortoiseSVN) but i received a message: Image. Thanks
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: how to get account of svn

Post by Nikolay »

Hi

I had the same problem but I guessed the decision.
I forgot my decision and it had to look in google.

svn checkout https://svn.local/svn/test/trunk
(svn co [URL])

1. Create directory
2. Navigate it with explorer
3. Click Right Mouse Button
4. Choose "SVN Checkout" from pop-up menu
5. Fill "URL" field and other values
6. Click OK

Regards,
Nikolay
omalleypat
Super MMEX User
Posts: 112
Joined: Tue Jul 28, 2009 10:34 pm
Are you a spam bot?: No
Location: Atchison, KS

Re: how to get account of svn

Post by omalleypat »

I don't use Tortoise, but as Nikolay says, you want "checkout" not "import".
onlin85
New MMEX User
Posts: 7
Joined: Sun Oct 11, 2009 2:44 pm
Are you a spam bot?: No

Re: how to get account of svn

Post by onlin85 »

Hi! Thanks everyone. I've done checkout and everything is ok.

But I have an another question. I have used Microsoft Visual Source Safe (VSS) tool. And when I want to get source code from server. I've never check out source code because it can make st to be changed when i check in source code (i always use function "get lastest").

So can u show me what import menu is? when do i need to use it?
(I've read the manual of TortoiseSVN, and in my mind "import..." like "get lastest..." of VSS.

Thanks
omalleypat
Super MMEX User
Posts: 112
Joined: Tue Jul 28, 2009 10:34 pm
Are you a spam bot?: No
Location: Atchison, KS

Re: how to get account of svn

Post by omalleypat »

I think you want svn update. If any changes have been posted to the repo, svn update will get them and add them to your working copy. I don't think you will ever use "import".

You may want to check out this document on subversion: http://svnbook.red-bean.com/en/1.1/ch03s05.html. It is a little more tailored to the command line usage instead of Tortoise, but I think it will help you get the lingo down.
onlin85
New MMEX User
Posts: 7
Joined: Sun Oct 11, 2009 2:44 pm
Are you a spam bot?: No

Re: how to get account of svn

Post by onlin85 »

Thanks for your link. I'm reading this book, it's very good for me.
Post Reply