LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   anon svn read-only over apache: '.svn/entries': No such file (https://www.linuxquestions.org/questions/linux-software-2/anon-svn-read-only-over-apache-svn-entries-no-such-file-459217/)

hedpe 06-28-2006 03:24 PM

anon svn read-only over apache: '.svn/entries': No such file
 
Hey guys,

I am trying to setup read-only checkout of an SVN respository over apache/http

Heres what I get when trying to check it out:
Code:

gnychis@monster ~ $ svn checkout http://my_host.com/svn/my_repos
svn: Can't open file '.svn/entries': No such file or directory

by the way... i can successfully list:

Code:

gnychis@monster ~ $ svn checkout http://my_host.com/svn/my_repos
svn: Can't open file '.svn/entries': No such file or directory
gnychis@monster ~ $ svn list http://my_host.com/svn/my_repos
Makefile
NEED_DONE
degree_analysis.c
degree_analysis.h
direction_heuristics.c
direction_heuristics.h
flow_analysis.c
flow_analysis.h
host_level.c
host_level.h
port-list
port-numbers
port_analysis.c
port_analysis.h
port_bitmap.c
port_bitmap.h
protocol_analysis.c
protocol_analysis.h
quicksort.c
quicksort.h
small_test

Thanks!
George

neioo 07-02-2008 03:01 AM

You need to specify in which directory you want to copy the repository, for example:

svn checkout http://my_host.com/svn/my_repos project

amoljirge 04-29-2009 05:31 AM

Thank You
 
Quote:

Originally Posted by neioo (Post 3201150)
You need to specify in which directory you want to copy the repository, for example:

svn checkout http://my_host.com/svn/my_repos project

It Works
Thank you
Whenever you check out repository for the first time
you must specify the project name at the end of
svn checkout command


All times are GMT -5. The time now is 05:20 PM.