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