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

Re: Probably an Easy One

From: Duncan Murdoch <murdoch_at_stats.uwo.ca>
Date: 2005-12-21 21:13:36 CET

On 12/21/2005 12:52 PM, Robin wrote:
> I am a SVN virgin so I have a stupid question...
>
> And I could of searched the archives... but what keywords would I use?
>
> Alright here it is:
> I am using SVN on the same PC that I do most of my dev on... When I
> did the setup I imported my project into SVN right from the directory
> I do all my work in...
>
> Now does SVN get updated when I make changes or do I have to commit
> changes even though the directory I imported from is the one I am
> doing the work in ?

I don't think I understand the question. SVN is the program. You seem
to be using it to denote the repository.

The basic idea is that you have a repository somewhere, and a working
copy, and SVN moves things back and forth between them. The repository
is a permanent storage system, not usable for development. "svn update"
or "svn checkout" gets things out of the repository, "svn commit" puts
things in.

The working copy is what you normally work on and make changes to. If
you don't call "svn commit" then your changes are only on the working
copy, they aren't saved to the repository until you ask.

So I think the answer to your final question is "no, nothing gets
automatically updated when you make changes".

Duncan Murdoch

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 25 02:07:27 2005

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.