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

Some -r failures on moved directories

From: Manuel Vacelet <manuel.vacelet_at_gmail.com>
Date: 2005-12-22 10:18:30 CET

Hi all,

I'm facing serval issues with "history" management by subversion.
Please let me know if this is a right behaviour or not.

I wanted to study some modifications previously made on a file. But
this file belong to a subtree moved between wished modification date
and now.

HEAD: 2400
Subtree change: 1840 (svn mv trunk dev/trunk)
Edit I look for: 1502.

I can run both
* svn log -r 0:1840 trunk
and
* svn ls -r 1502 trunk/....

But I cannot neither checkout nor cat before rev 1840. Example:
$> svn co -r 1500 trunk/lib
svn: REPORT request failed on '/svnroot/codex/!svn/bc/2400/trunk/lib'
svn: '/svnroot/codex/!svn/bc/2400/trunk/lib' path not found

Tech infos:
Access method: DAV
* Client: (Linux i686)
> svn --version
svn, version 1.2.1 (r15230)
   compiled Aug 23 2005, 20:23:14

Copyright (C) 2000-2005 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

* Server: (Linux i686)
Powered by Subversion version 1.2.3 (r15833).

-- Manuel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 25 01:30:47 2005

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.