[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Issue with SVN

From: David Weintraub <qazwart_at_gmail.com>
Date: Tue, 31 Mar 2009 12:14:24 -0400

Subversion runs on a server. The files are in a special format in the
repository.

You can find the server by knowing what command the developers use to
checkout their code. For example, if they type:

    "svn co http://machine/respos/project/trunk project"

The repository is on machine <machine>. The repository itself is
configured via Apache httpd server, so you have to examine the Apache
configuration to see exactly where the repository itself lies on
"machine".

If they type this:

   svn co svn://machine/project/trunk project

There's a svnserve task running on machine "machine", and this task
loads the repository files. Doing a ps-ef will get you the location of
the repository. You may also need to check /etc/init.d for a
Subversion server startup process.

As others have suggested, take a look at the Subversion on line book
and go through it. Fortunately, Subversion is fairly simple and pretty
easy to understand. It's one of the reasons why it is so popular as a
revision control system.

The book is located at http://svnbook.com. It shouldn't take more than
a few hours to get a pretty decent understanding of Subversion, how it
works, where you can find the repository, etc. The book is really easy
to follow and well laid out.

Once you go through the book, we'll be glad to answer any specific questions.

On Tue, Mar 31, 2009 at 3:40 AM, Madhavan Ethiraj
<ethiraj_at_teromarine.com.sg> wrote:
> Dear Sir/Madam,
>
>
>
> Good Day,
>
>
>
> I am a System Administrator; the guy who was responsible for SVN in my
> company has resigned without any prior notice.
>
>
>
> Now it’s my turn to look on this. Can you please give me some assistance,
> where are the files are saved and how this works.
>
>
>
> In my office SVN have been loaded and the developers are commit and update
> the file though SVN.
>
>
>
> Thank you,
>
>
>
> With Warm Regards,
>
> M.Ethiraj
>
>
>
> Tero Marine (S) Pte Ltd
>
> 3 International Business Park
>
> #03-21 Nordic European Centre
>
> Singapore 609927
>
>
>
> Tel  (+65) 6890 6980
>
> Fax (+65) 6890 6981
>
> Email : ethiraj_at_teromarine.com.sg
>
>

-- 
--
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1497328
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-31 18:15:13 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.