Page 1 of 1

SVN Trunk login

PostPosted: Mon Oct 26, 2009 6:50 pm
by gmcust3
When i am trying Login to SVN , whats the login details I need to enter ?

I am using Rapid SVN

thanks

PostPosted: Mon Oct 26, 2009 7:02 pm
by brett05
there is no password :
just add this svn://svn.eflo.net:43690/agc_2-X/trunk
or try it with linux command
in linux you will sudo su
your password for root
then you can create your own folder
exemple=mkdir /usr/src/svn
then cd /usr/src/svn
finnaly try to post all data of svn in your new folder as this
svn://svn.eflo.net:43690/agc_2-X/trunk
and hooppppppp smoke a cigarette then you will find all your files

PostPosted: Wed Nov 11, 2009 7:22 pm
by gmcust3
I am trying RapidSVN-0.10.0

I can see folders but when I try to open any file , it asks me for the userid and password.

:-(

PostPosted: Wed Nov 11, 2009 7:46 pm
by mflorell
You need to CHECKOUT a repository so you have a local working copy. you are most likely trying to edit the file remotely, which will not work unless I give you permission to do so, which I will not :)

PostPosted: Sun Nov 22, 2009 1:18 pm
by boybawang
POSTING FROM THE WIKI:

SVN server:
svn://svn.eflo.net:43690/agc_2-X/trunk # 2.x tree of astguiclient

mkdir /usr/src/astguiclient
cd /usr/src/astguiclient
svn checkout svn://svn.eflo.net:43690/agc_2-X/trunk
All code is inside of the trunk directory

We use RapidSVN for the desktop file browser:
http://www.rapidsvn.org


The 2.0.5 release branch:
svn://svn.eflo.net:43690/agc_2-X/branches/agc_2.0.5


Accessing the SVN using windows

Download the tortoisesvn from http://tortoisesvn.tigris.org/

It will be installed as a windows explorer extension.




For more information on Subversion:
http://svnbook.red-bean.com/nightly/en/index.html

PostPosted: Sun Nov 22, 2009 1:32 pm
by boybawang
If your using rapid svn here are the steps per screenshot

Step 1:

Image

Step 2:

Image

* for 2.0.5 use this url instead svn://svn.eflo.net:43690/agc_2-X/branches/agc_2.0.5

Just click on Ok to begin downloading the files to the directory you specified.