Hi!
Based on your description, I'd think this is a feature of the "L2 cache",
not a bug.
The SVN traversal is probably the most expensive process in Kosmos, so I've introduced
a so-called second level cache here. This is very simple: if the revision number did not
change since the last traversal, it won't be traversed again, but the previous result
will be returned from the cache! (This saves tremendous amount of time in most real-world
scenarios.)
Can you check that if you commit a change to your repo the traversal will be done again?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958682#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...