On vie, 2007-02-16 at 10:27 +0100, Christian Boos wrote:
> Swen Thuemmler 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
> >   
> 
> This is supposed to work, however.
> Lars should probably reopen http://trac.edgewall.org/ticket/2572
> and include precise information about the error he gets:
>  - the DEBUG level log of a resync attempt
>  - the output of svn log -v -r <failing revision>

Good point. How can i execute trac-admin in DEBUG level?

When i execute trac-admin /var/www/trac/foo1 resync, i see in
foo1/log/trac.log (i have it in DEBUG level):

2007-02-16 15:25:08,554 Trac[loader] DEBUG: Loading egg plugin webadmin.logging 
from /usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.4.egg
2007-02-16 15:25:08,555 Trac[loader] DEBUG: Loading egg plugin webadmin.ticket 
from /usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.4.egg
2007-02-16 15:25:08,556 Trac[loader] DEBUG: Loading egg plugin webadmin.basics 
from /usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.4.egg
2007-02-16 15:25:08,557 Trac[loader] DEBUG: Loading egg plugin webadmin.perm 
from /usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.4.egg
2007-02-16 15:25:08,557 Trac[loader] DEBUG: Loading egg plugin webadmin.web_ui 
from /usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.4.egg
2007-02-16 15:25:08,558 Trac[loader] DEBUG: Loading egg plugin webadmin.plugin 
from /usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.4.egg

Not useful.

One more thing about, the <failing revision> is always the last. So, if
anyone does a commit, the <failing revision> += 1 The output of svn log
will not help... :-(

Thanks for the answers!
-- 
Jonathan Hernández aka jBilbo
jhernandezblog at gmail.com
http://jhernandez.gpltarragona.org/blog

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to