ahhh, i needed to rm -fr .svn then it worked
Thanks!
George
Bob Proulx wrote:
> George Nychis wrote:
>> By the way, this is *not* a server side problem of the repos, because I
>> can check it out on about 10 other computers, but not my own desktop
>> computer >:|
>>
>> Therefore its a client side problem, any ideas?
>
> I will guess that you are trying to check out into a direcgtory that
> already has a .svn there and the .svn is corrupted. Try this:
>
>>> gnychis_at_monster ~ $ svn checkout http://my_host.com/svn/my_repos
>>> svn: Can't open file '.svn/entries': No such file or directory
>
> Try this:
>
> rm -rf my_repos
> svn checkout http://my_host.com/svn/my_repos
>
> But perhaps rm -rf is drastic there. Perhaps moving it out of the way
> initially is safer until you get to root cause of the problem.
>
> Bob
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 29 17:11:49 2006