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

Re: svnlook error message

From: Andrew A. Raines <aaraines_at_pobox.com>
Date: 2004-03-30 01:10:35 CEST

Scott Anderson <sra@diem.net> writes:

> qa% sudo -u www /sw/bin/svnlook diff
> /usr/local/svn/repositories/showpage -r 3
> svn: Error creating dir '/tmp' (path exists)
> svn: Can't open file '/tmp/svnlook.1/inny.com/build.log': No such file
> or directory

I've been having this problem as well. I have my /tmp symlinked
elsewhere just like you do:

> qa% ls -l /tmp
> lrwxr-xr-x 1 root admin 11 13 Feb 09:26 /tmp -> private/tmp

$ ls -ld /tmp
lrwxrwxrwx 1 root root 12 Jan 15 14:30 /tmp -> ./export/tmp

It only seems to occur when a file is checked in from a child
directory of the root of the working directory. For instance, if I
update a script in ~/bin, and then check in my homedir:

  svn: Error creating dir '/tmp' (path exists)
  svn: Can't open file '/tmp/svnlook.1/bin/backup-mail': \
                                       No such file or directory

-- 
    aaraines@pobox.com (Andrew A. Raines)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 30 01:11:23 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.