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

Adding new files

From: S I <xiamak_at_hotmail.com>
Date: 2005-09-09 18:30:29 CEST

Hi

I just created new dir and moved bunch of files into it via Win Explorer.
In a DOS prompt I did the following:

1. svn mkdir lib
C:\trunk\build>svn mkdir lib
A lib

2. svn add lib
C:\trunk\build>svn commit -m "Creating files" lib
Adding lib

Committed revision 11.

3. cd lib

4. svn log filename
svn: 'mail.jar' is not under version control

What am I doing wrong? I thought do ing svn mkdir and svn add at a directory
level automatically checked in the files under it.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 9 18:32:15 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.