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

Re: pools buggy

From: Stefan Küng <stefan_kueng_at_catv.rol.ch>
Date: 2002-11-10 13:17:48 CET

> > 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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.