On 2/20/07, Mark Lundquist <lundquist.mark@gmail.com> wrote:
> ying lcs wrote:
>
> > Hi,
>
> Hi...
>
> >
> > I am trying to add a directory to subversion using this command:
> > $ svn add canvas
> >
> > i make sure it is add to version control. I try that again, I get this:
> > $ svn add canvas
> > svn: warning: 'canvas' is already under version control
> >
> > And I am sure I have commit my current working directory.
> >
> > I get empty output when I do this:
> > $ svn diff
> > $
> >
> > However, when I go to browse the trunk of my repository, I don't see
> > that directory.
> > And when I check out files form the trunk, that direcotry is no there
> > either.
> >
> > can you please tell me how to trouble shoot my problem?
>
> "svn stat" is your friend.
>
> What does it say when you do "svn stat" in any enclosing directory of
> canvas/ ?
When I try the command 'svn add canvas', it said 'it is under version control.
But when I do a 'svn stat' at the parent directory of canvas which is
'content', it shows a "?"
Can you please tell me how to fix my problem?
$ svn add canvas
svn: warning: 'canvas' is already under version control
[yinglcs@localhost content]$ svn stat
? canvas
>
> cheers,
> —ml—
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 21 07:34:53 2007