> > svnadmin create f:\svnrepo
> > svn co http://localhost/svn/repos f:\test\testrepo
> > svn status f:\test\testrepo
>
> $ svnadmin create /tmp/repo
> $ svn co http://localhost:8888/tmp/repo wc
> Checked out revision 0.
> $ svn st wc
> $
Sorry, forgot the import between svnadmin create and the checkout
svn import f:\testfiles
> Where did these files come from? Your receipe above doesn't create
> revision 1.
just forgot to mention the import I made.
> If you are claiming that the problem is caused by the difference in
> two working copies, can you please describe the difference between the
> two working copies. Please provide details about which files are
> present or missing, and what differences there are in the file
> contents. Don't forget to examine differences in the .svn admin
> areas.
It's not the differences. When I do a status on my working copy
of subversion (which I checked out long ago and since then only
updated) the status command works.
But if I do a status on a newly imported and checked out working copy
then it fails.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 10 13:18:58 2002