This is an error I am getting using SmartSVN
(I get this error weather I use my real or my sandbox stuff)
---------------------------------------------------------
The project's root directory seems to be no valid Subversion project:
File /home/smeckley/tmp/sandbox/svnco/trunk/.svn/entries contains no
valid URL or protocol is not supported.
Here is what this entries contains:
<?xml version="1.0" encoding="utf-8"?>
<wc-entries
xmlns="svn:">
<entry
committed-rev="1"
name=""
committed-date="2005-11-30T20:15:29.716329Z"
url="file:///home/smeckley/tmp/sandbox/svnrepo/test/trunk"
last-author="smeckley"
kind="dir"
uuid="5f1af3da-cb06-0410-bd08-863ea4274404"
revision="3"/>
<entry
name="another"
kind="dir"/>
<entry
name="onemore"
kind="dir"/>
<entry
name="new"
kind="dir"/>
<entry
committed-rev="4"
name="test.txt"
text-time="2005-11-30T21:22:44.000000Z"
committed-date="2005-11-30T21:31:13.154137Z"
checksum="e92bfb124eb483615547803c94fe9ed0"
last-author="smeckley"
kind="file"
revision="4"/>
</wc-entries>
My sandbox stuff was create like so:
48 11:41 cd sandbox/
50 11:41 mkdir svnrepo
51 11:42 svnadmin create svnrepo/test
52 11:42 mkdir projects
// Made directories trunk tags and branches within rapidsvn
59 14:57 setenv SVN_EDITOR vim
64 15:20 svn checkout
file:///home/smeckley/tmp/sandbox/svnrepo/trunk
65 15:21 cd /home/smeckley/tmp/sandbox/svnrepo
68 15:21 cd test
70 15:21 cd ..
72 15:21 cd ..
73 15:22 mkdir svnco
74 15:22 cd svnco
91 15:27 svn checkout
file:///home/smeckley/tmp/sandbox/svnrepo/test/trunk
93 15:27 cd trunk
// Added some files and directories here
95 15:27 vi test.txt
97 15:30 svn status
98 15:30 svn add test.txt
99 15:30 svn status
100 15:30 svn commit test.txt
101 15:31 svn status
102 15:31 mkdir new
103 15:31 cd new
104 15:31 vi new.txt
105 15:32 cd ..
106 15:32 cvs add new
109 15:32 cd new
110 15:37 ls
111 15:37 svn add new.txt
112 15:37 cd ..
113 15:37 svn add new
114 15:38 svn commit new
115 15:43 mkdir another
116 15:43 cd mkdir
117 15:43 cd another
118 15:43 vi some.txt
119 15:44 cd ..
120 15:44 mkdir onemore
121 15:44 vi onemore/onemore.txt
122 15:45 svn add another/
123 15:45 svn add onemore/
124 15:45 svn commit *
// opened smartsvn and did create from directories and got the error
Any ideas about what I am doing wrong here?
As a side note when I try rapidsvn I get a seg fault with a core dump on
both my real svn repo and my sndbox.
Received on Thu Dec 1 00:46:16 2005