Getting the Code with TortoiseSVN

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
5/9/2005 2:32:41 PM
Gravatar
Total Posts 18439

Getting the Code with TortoiseSVN

This is a step by step to show you how easy it is to use TortoiseSVN

Download TortoiseSVN from here

Install and reboot, then follow the instructions here to configure it for ssh

http://tortoisesvn.tigris.org/docs/TortoiseSVN_en/help-onepage.html#tsvn-serversetup-svnserve-5

Its so easy the above link just tells you to go to the File Menu in Windows Explorer and choose TortoiseSVN>Settings, on the Network tab you'll see ssh Client setting with a browse button, browse to

C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe

thats it, you're configured. Make sure your firewall allows outbound traffic on port 22

Now create the folder named mojoportal wherever you want, right click the folder and choose SVNCheckout

In the dialog, for URL of Repository enter

svn checkout svn+ssh://anonymous@forgesvn1.novell.com/svn/mojoportal/trunk

if prompted for a password enter anonymous, you may be prompted twice.

now the code should be coming your way

10/21/2005 7:41:54 AM
Kip
Gravatar
Total Posts 3

Re: Getting the Code with TortoiseSVN

Joe -

That URL (for the instructions on using SSH w/ Tortoise) doesn't work anymore.  I'm not sure what the new one is?

I followed your instructions... works pretty good, but typing "anonymous" for the password over and over is getting tiresome... Is there a way around this?  Cache the password or something?

Also, I had to take out the "svn checkout" part of the Tortoise URL.

Thanks!
--Kip
10/26/2005 5:52:16 AM
Kip
Gravatar
Total Posts 3

Re: Getting the Code with TortoiseSVN

Hey Joe.  Any ideas on how to not enter "anonymous" multiple times?

Thanks!
--Kip
10/26/2005 2:20:02 PM
Gravatar
Total Posts 18439

Re: Getting the Code with TortoiseSVN

I haven't tried it in a while with anonymous but last time I did it prompted me 2 - 4 times as I recall then it got everything ok. Is it prompting you more than that?

I know when I browse the repository with Tortoise it prompts every time I change folders which is kind of anoying.

Joe
10/27/2005 9:56:17 AM
Kip
Gravatar
Total Posts 3

Re: Getting the Code with TortoiseSVN

OK.  I guess that's normal, then.  Thanks!
You must sign in to post in the forums. This thread is closed to new posts.