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

Re: not a working directory

From: Madan U Sreenivasan <madanus_at_gmail.com>
Date: Tue, 24 Jun 2008 17:24:07 +0530

Hi Manoj,

   I think you are trying to do a 'svn st' on the repository. It will not
work. st is meant for the working copy only.

   you need to check-out a working copy with the 'svn co' command. You will
then have to cd into the working copy directory and issue an 'svn st'

Regards,
Madan.

On Tue, Jun 24, 2008 at 5:15 PM, Manoj Kumar <Manoj.Kumar_at_s1.com> wrote:

> Hi guys ,
>
>
>
> I get the following error when I run svn status command.
>
>
>
> svn status -u
>
> svn: warning: '.' is not a working copy
>
>
>
> I tried every possible way to provide the working copy, but its not
> accepting.
>
>
>
> I tried the following :
>
>
>
> svn status http://172.16.96.200/svn/ettest/trunk/movetest/
>
>
>
> svn status .
>
>
>
> cd to repository_path
>
> svn status trunk
>
>
>
> nothing is working out, I really do not know how to provide the working
> copy.
>
>
>
> Regards,
>
> Manoj
>
>
>
Received on 2008-06-24 13:54:32 CEST

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.