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

Re: svn status says directory is not under source code control

From: Steve Bakke <steven.bakke_at_amd.com>
Date: 2007-02-12 18:26:58 CET

One way that I found to do the equivalent of an łin-placeČ import is to do
the following:

% svn mkdir <URL> (New path you wanted to import to)
% svn co ­N <URL> <local_dir>
% svn add <local_dir>/* (Add all of the files in the local dir)
% svn commit <local_dir>

Now youčve just converted <local_dir> into a working copy without having to
checkout to a separate directory.

-Steve

On 2/12/07 12:19 PM, "Dave Grundgeiger" <dave.grundgeiger@codenouveau.com>
wrote:

> Are you issuing these commands in the folder you imported from? I believe that
> you first have to do a checkout to a new folder.
>
> Dave
>>
>> ----- Original Message -----
>>
>> From: Rui Pacheco <mailto:rui.pacheco@gmail.com>
>>
>> To: users@subversion.tigris.org
>>
>> Sent: Monday, February 12, 2007 11:11 AM
>>
>> Subject: svn status says directory is not under source code control
>>
>>
>> Hi all
>>
>> I've just installed Subversion on a remote server and created a repository
>> in a remote server. I also made the repository writeable to the same group
>> that my users belong to.
>> I did a clean svn import of the source tree.
>>
>> Next, when I tried to do an svn status, I get "?" next to all my filed. If I
>> make a change and I issue an svn commit <filename> I get the error
>> "svn: '/www/htdocs/kontoer.com/selskaper/b_old.php' is not under version
>> control"
>>
>> What am I missing here? Shouldn't this be enough?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 12 18:27:44 2007

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.