On Thu, Feb 15, 2007 at 09:04:36PM +0100, Jonathan Hernández Velasco wrote:
[...]
> Then, i do:
>
> $ trac-admin /var/www/trac/foo1 resync
> Resyncing repository history...
> Command failed: ("File not found: revision XXX, path 'foo1/trunk/'",
> 160013)
>
> Maybe it's a bug?
I think you get this error, when an earlier revision of your project
had entries outside of foo1/trunk (i.E. when you make something like
this:
svn mkdir src
svn add src
svn commit
svn mkdir foo1/trunk
svn mv src foo1/trunk
svn commit
Then revision 1 of your project points to /src, which is outside of
/foo1/trunk
Hope this helps.
--Swen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---