Page 1 of 1

how to get account of svn

Posted: Sun Oct 11, 2009 3:01 pm
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

Re: how to get account of svn

Posted: Sun Oct 11, 2009 3:08 pm
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

Re: how to get account of svn

Posted: Sun Oct 11, 2009 5:01 pm
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?

Re: how to get account of svn

Posted: Sun Oct 11, 2009 6:49 pm
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.

Re: how to get account of svn

Posted: Mon Oct 12, 2009 2:02 pm
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

Re: how to get account of svn

Posted: Mon Oct 12, 2009 3:52 pm
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

Re: how to get account of svn

Posted: Mon Oct 12, 2009 6:10 pm
by omalleypat
I don't use Tortoise, but as Nikolay says, you want "checkout" not "import".

Re: how to get account of svn

Posted: Tue Oct 13, 2009 6:09 am
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

Re: how to get account of svn

Posted: Tue Oct 13, 2009 12:50 pm
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.

Re: how to get account of svn

Posted: Wed Oct 14, 2009 12:36 am
by onlin85
Thanks for your link. I'm reading this book, it's very good for me.