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

Re: ViewVC doesn't work when the repository is created out of /var/www

From: <Quang.Tran_at_sita.aero>
Date: 2007-03-14 21:55:55 CET

1. [Ryan]
Hmm... Does the Apache error log have anything more useful to say
than that?
[Ryan]

When I tried the command line "svn list http://57.250.222.141/me" from my
client (10.4.14.142), I got the following error in the Apache log file
(/etc/httpd/logs/access_log):

...
57.250.222.142 - - [14/Mar/2007:20:49:54 +0000] "PROPFIND /me HTTP/1.1" 401
482 "-" "SVN/1.1.4 (r13838) neon/0.24.7"
57.250.222.142 - svnadmin [14/Mar/2007:20:49:54 +0000] "PROPFIND /me
HTTP/1.1" 500 235 "-" "SVN/1.1.4 (r13838) neon/0.24.7"
...

2. [Ryan]
Ownership and permissions look fine, I think... But I am confused
about the fact that /nfsfarm1/www/svn appears to be a repository
(because it contains conf, dav, db, format, hooks, locks,
README.txt), but then it also contains the directory me which is in
itself another repository. This is very unusual. Is the /nfsfarm1/www/
svn repository used for anything? Or are you just using the /nfsfarm1/
www/svn/me repository? If you're using both, they should not be
intertwined like that. If you're only using the me repository, and
there's nothing in the /nfsfarm1/www/svn repository that you want to
keep (you can check the contents of /nfsfarm1/www/svn/db/revs to see
if there are any revisions), you should get rid of conf, dav, db,
format, hooks, locks, README.txt. Otherwise it's quite disorienting.
[Ryan]

Sorry to make you confused, it was a typo: the sub-directory "me" contains
conf, dav, db, format, hooks, locks,
README.txt, and NOT the "svn" sub-directory.

[root@prod141linux svn]# pwd
/nfsfarm1/www/svn
[root@prod141linux svn]# ls -lR
.:
total 4
drwxr-xr-x 7 apache apache 4096 Mar 14 14:14 me

./me:
total 24
drwxr-xr-x 2 apache apache 4096 Mar 14 20:43 conf
drwxr-xr-x 2 apache apache 4096 Mar 13 19:05 dav
drwxr-sr-x 5 apache apache 4096 Mar 13 21:39 db
-r--r--r-- 1 apache apache 2 Mar 13 19:05 format
drwxr-xr-x 2 apache apache 4096 Mar 13 19:05 hooks
drwxr-xr-x 2 apache apache 4096 Mar 13 19:05 locks
-rw-r--r-- 1 apache apache 229 Mar 13 19:05 README.txt

./me/conf:
total 12
-rw-r--r-- 1 apache apache 1418 Mar 13 19:17 authz
-rw-r--r-- 1 apache apache 327 Mar 13 19:09 passwd
-rw-r--r-- 1 apache apache 1513 Mar 14 20:43 svnserve.conf

./me/dav:
total 0

./me/db:
total 12
-rw-r--r-- 1 apache apache 8 Mar 13 21:39 current
-r--r--r-- 1 apache apache 2 Mar 13 19:05 format
-rw-r--r-- 1 apache apache 5 Mar 13 19:05 fs-type
drwxr-sr-x 2 apache apache 4096 Mar 13 21:39 revprops
drwxr-sr-x 2 apache apache 4096 Mar 13 21:39 revs
drwxr-sr-x 2 apache apache 4096 Mar 13 21:39 transactions
-rw-r--r-- 1 apache apache 37 Mar 13 19:05 uuid
-rw-r--r-- 1 apache apache 0 Mar 13 19:05 write-lock

./me/db/revprops:
total 20
-rw-r--r-- 1 apache apache 50 Mar 13 19:05 0
-rw-r--r-- 1 apache apache 96 Mar 13 19:10 1
-rw-r--r-- 1 apache apache 96 Mar 13 19:12 2
-rw-r--r-- 1 apache apache 96 Mar 13 19:12 3
-rw-r--r-- 1 apache apache 96 Mar 13 19:55 4
-rw-r--r-- 1 apache apache 96 Mar 13 21:39 5

./me/db/revs:
total 53212
-rw-r--r-- 1 apache apache 115 Mar 13 19:05 0
-rw-r--r-- 1 apache apache 1111 Mar 13 19:10 1
-rw-r--r-- 1 apache apache 1139 Mar 13 19:12 2
-rw-r--r-- 1 apache apache 1179 Mar 13 19:12 3
-rw-r--r-- 1 apache apache 54352411 Mar 13 19:55 4
-rw-r--r-- 1 apache apache 390 Mar 13 21:39 5

./me/db/transactions:
total 0

./me/hooks:
total 36
-rw-r--r-- 1 apache apache 2015 Mar 13 19:05 post-commit.tmpl
-rw-r--r-- 1 apache apache 1638 Mar 13 19:05 post-lock.tmpl
-rw-r--r-- 1 apache apache 2255 Mar 13 19:05 post-revprop-change.tmpl
-rw-r--r-- 1 apache apache 1567 Mar 13 19:05 post-unlock.tmpl
-rw-r--r-- 1 apache apache 2934 Mar 13 19:05 pre-commit.tmpl
-rw-r--r-- 1 apache apache 2038 Mar 13 19:05 pre-lock.tmpl
-rw-r--r-- 1 apache apache 2764 Mar 13 19:05 pre-revprop-change.tmpl
-rw-r--r-- 1 apache apache 1979 Mar 13 19:05 pre-unlock.tmpl
-rw-r--r-- 1 apache apache 2137 Mar 13 19:05 start-commit.tmpl

./me/locks:
total 8
-rw-r--r-- 1 apache apache 139 Mar 13 19:05 db.lock
-rw-r--r-- 1 apache apache 139 Mar 13 19:05 db-logs.lock

This document is strictly confidential and intended only for use by the addressee unless otherwise stated. If you are not the intended recipient, please notify the sender immediately and delete it from your system.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 14 21:58:11 2007

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

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