You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Alex Brown <ab...@diginexus.com> on 2003/06/16 16:09:07 UTC

Issues with Subversion and ViewCVS

I now appear to have a few issues with my Subversion repository (0.23)
and View CVS:

My repository now has these strange lock issues.  Here are the messages
I am getting:

-------------------------------------------
SUBVERSION
-------------------------------------------
abrown@LT2-ABROWN /cygdrive/z
$ ls -l
total 0
drwxr-xr-x    4 abrown   None            0 Jun 13 09:34 BIOSIS
drwxr-xr-x   60 abrown   None            0 Jun 13 13:33 CLIENTS
drwxr-xr-x    4 abrown   None            0 Jun 13 11:07 CVSROOT
drwxr-xr-x    4 abrown   None            0 Jun 13 10:29 DEXDAQ
drwxr-xr-x    7 abrown   None            0 Jun 13 10:21 MARKETING
drwxr-xr-x    4 abrown   None            0 Jun 13 10:29 dexdaq
drwxr-xr-x    4 abrown   None            0 Jun 13 11:07 diginexus
drwxr-xr-x    4 abrown   None            0 Jun 13 09:51 pegasus
drwxr-xr-x    4 abrown   None            0 Jun 13 10:30 pps
drwxr-xr-x    3 abrown   None            0 Jun 13 13:42 svn
drwxr-xr-x    4 abrown   None            0 Jun 13 09:23 tcb

abrown@LT2-ABROWN /cygdrive/z
$ svn up ./BIOSIS/
svn: Access is denied.
svn: svn_io_file_open: can't open `.svn/lock'

abrown@LT2-ABROWN /cygdrive/z
$ svn cleanup ./BIOSIS/
svn: Access is denied.
svn: svn_io_file_open: can't open `BIOSIS/.svn/lock'


$ svn up ./BIOSIS/
svn: Access is denied.
svn: svn_io_file_open: can't open `.svn/lock'

Directory:
$ ls -l ./BIOSIS/.svn/
total 4
-r--r--r--    1 abrown   None          118 Jun 13 09:34 README.txt
-r--r--r--    1 abrown   None          118 Jun 13 09:51 dir-wcprops
-r--r--r--    1 abrown   None            0 Jun 13 09:34 empty-file
-r--r--r--    1 abrown   None          361 Jun 13 09:51 entries
-rw-r--r--    1 abrown   None            2 Jun 13 09:34 format
drwxr-xr-x    2 abrown   None            0 Jun 13 09:34 prop-base
drwxr-xr-x    2 abrown   None            0 Jun 13 09:34 props
drwxr-xr-x    2 abrown   None            0 Jun 13 09:34 text-base
drwxr-xr-x    6 abrown   None            0 Jun 13 09:51 tmp
drwxr-xr-x    2 abrown   None            0 Jun 13 09:34 wcprops

-------------------------------------------
VIEWCVS
-------------------------------------------
My settings:
svn_roots =
        svn : /home/svnroot
default_root = svn

The Dir:
drwxr-xr-x    2 apache   apache       4096 Jun 13 11:21 dav/
drwxr-xr-x    2 apache   apache      32768 Jun 16 07:29 db/
-rwxr-xr-x    1 apache   apache          2 Jun 12 11:02 format*
drwxr-xr-x    2 apache   apache       4096 Jun 12 11:02 hooks/
drwxr-xr-x    2 apache   apache       4096 Jun 12 11:02 locks/
-rwxr-xr-x    1 apache   apache        376 Jun 12 11:02 README.txt*
drwxr-xr-x    2 apache   apache       4096 Jun 13 07:06 security/

The Error:
Traceback (most recent call last):
  File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 3109, in main
    run_viewcvs(server)
  File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 2996, in
run_viewcvs
    request = Request(server)
  File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 251, in
__init__
    import vclib.svn
  File "/usr/local/viewcvs-1.0-dev/lib/vclib/svn/__init__.py", line 26,
in ?
    from svn import fs, repos, core
ImportError: No module named svn


Any ideas?

	Thanks again!
		Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org


Re: Issues with Subversion and ViewCVS

Posted by cm...@collab.net.
"Alex Brown" <ab...@diginexus.com> writes:

> I now appear to have a few issues with my Subversion repository (0.23)
> and View CVS:

I think you may have a combination of things working against you.  The
./svn/lock issues have nothing to do with ViewCVS -- ViewCVS is a
repository browser, and if not completely misconfigured, has nothing
to do with working copies.  The 'no module named svn' error is an
indication that your Subversion bindings are probably either not
properly installed, or not visible to the viewcvs.cgi script.  As for
the .svn/lock errors, that looks like a permissions problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org