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

Re: Commits that aren't?

From: Tom Brunet <tomab_at_cs.wisc.edu>
Date: 2004-04-16 00:09:00 CEST

> I'm totally baffled. Does server-side inspection of the repository
> (using 'svnadmin' or 'svnlook', running as the proper user of course)
> reveal anything interesting?

I'm pretty sure that the commit isn't in there (svnadmins and svnlooks
at bottom). And I guarantee I don't have any other folders named
'bugrepos' anywhere. The only other note I should make to head off the
requests beforehand - I do not have write access to mess with these
server binaries (some unknown person manages it). I've attached the ldd
info though on the off chance that that helps anything.
Tom

tux40(131)% ldd svnserve
         libsvn_repos-1.so.0 => /unsup/svn-1.0//lib/libsvn_repos-1.so.0
(0x40017000)
         libsvn_fs-1.so.0 => /unsup/svn-1.0//lib/libsvn_fs-1.so.0
(0x4002a000)
         libsvn_delta-1.so.0 => /unsup/svn-1.0//lib/libsvn_delta-1.so.0
(0x4004a000)
         libsvn_subr-1.so.0 => /unsup/svn-1.0//lib/libsvn_subr-1.so.0
(0x40052000)
         libsvn_ra_svn-1.so.0 =>
/unsup/svn-1.0//lib/libsvn_ra_svn-1.so.0 (0x40072000)
         libaprutil-0.so.0 => /unsup/svn-1.0//lib/libaprutil-0.so.0
(0x40080000)
         libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x400aa000)
         libdb-4.0.so => /lib/libdb-4.0.so (0x400b1000)
         libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40159000)
         libexpat.so.0 => /usr/lib/libexpat.so.0 (0x40167000)
         libapr-0.so.0 => /unsup/svn-1.0//lib/libapr-0.so.0 (0x40187000)
         librt.so.1 => /lib/tls/librt.so.1 (0x401a8000)
         libm.so.6 => /lib/tls/libm.so.6 (0x401bb000)
         libcrypt.so.1 => /lib/libcrypt.so.1 (0x401dd000)
         libnsl.so.1 => /lib/libnsl.so.1 (0x4020a000)
         libdl.so.2 => /lib/libdl.so.2 (0x4021f000)
         libc.so.6 => /lib/tls/libc.so.6 (0x42000000)
         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

tux40(99)% svnadmin verify bugrepos/
* Verified revision 0.
* Verified revision 1.

tux40(107)% svnlook history bugrepos
REVISION PATH
-------- ----
        1 /
        0 /

tux40(108)% svnlook info bugrepos
tomab
2004-04-15 13:39:11 -0500 (Thu, 15 Apr 2004)
17
This commit works

tux40(117)% svnlook tree bugrepos/
/
  test1.txt

tux40(119)% svnlook youngest bugrepos
1

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 16 18:40:21 2004

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.