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

Re: Newbie: Need help understanding checkout

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-01-06 16:00:44 CET

On Thu, 6 Jan 2005, KEVIN ZEMBOWER wrote:

> I just installed Subversion (v1.0) and am using it on my first project under revision control. I need some help understanding why it's working the way it is. Here are some clips of my commands, with responses.
>
> I created a small project and committed it. I then added an 'includes/' and some files in includes/ and thought I had committed it:
> kevinz@www:~/public_html/cigrants$ svn add includes/
> svn: warning: 'includes' is already under version control
> kevinz@www:~/public_html/cigrants$ svn add includes/config.php
> svn: warning: 'includes/config.php' is already under version control
> kevinz@www:~/public_html/cigrants$ svn commit -m"Making sure includes/ is included." includes/

Without a complete transcript it is hard to tell what's wrong.

...
> Committed revision 4.
> kevinz@www:~/public_html/cigrants$ cd ../cigrants2 ## I had previously checked out a version of the project in cigrants2
> kevinz@www:~/public_html/cigrants2$ svn update
> At revision 3.
>
Are you sure you work with the same repository from the directories. Using
"svn info" from the first directory, you can check that the URLs are the
same.

Good luck,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 6 16:17:26 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.