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/ ?
cheers,
—ml—
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 21 05:37:01 2007