You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Madhavan Ethiraj <et...@teromarine.com.sg> on 2009/03/31 07:40:07 UTC

Issue with SVN

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@teromarine.com.sg <ma...@teromarine.com.sg>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1492862

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Issue with SVN

Posted by David Weintraub <qa...@gmail.com>.
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
<et...@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@teromarine.com.sg
>
>



-- 
--
David Weintraub
qazwart@gmail.com

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1497328

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].


RE: Issue with SVN

Posted by "Todd C. Gleason" <tg...@impac.com>.
________________________________

From: Madhavan Ethiraj [mailto:ethiraj@teromarine.com.sg] 
Sent: Tuesday, March 31, 2009 1:40 AM
To: users@subversion.tigris.org
Cc: Martin Hoe
Subject: Issue with SVN

 

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.

 

 

I suggest you start with 

 

http://svnbook.red-bean.com/

 

You could also see if any of your developers have any admin knowledge of
Subversion.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1496190

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].