Re: [Trac] Help needed

2011-04-20 Thread Matthew Caron

On 04/20/2011 02:12 AM, Saurav Sagar wrote:

SubversionException: ('Revision file lacks trailing newline', 160004)

Can you please suggest something for this..


I'd make sure you can check out the repository with SVN. It looks like 
this is a SVN problem, not a Trac problem. It's reporting that it can't 
access the SVN revision file because there isn't a trailing newline. One 
can theoretically add a newline, but I'm not sure that will work - it 
sounds like things are a bit corrupt.


I'd use SVN's tools to try and fix the repository. Once SVN says its 
okay, then you can try to resync.

--
Matthew Caron
Build Engineer
Sixnet | www.sixnet.com
O +1 518 877 5173 Ext. 138
F +1 518 602 9209
matt.ca...@sixnet.com

--
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 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



[Trac] Help needed

2011-04-19 Thread Saurav Sagar
Guys please help me resolve the trc error below:
Python Traceback
Traceback (most recent call last):
  File /usr/lib/python2.4/site-packages/trac/web/main.py, line 406, in 
dispatch_request
dispatcher.dispatch(req)
  File /usr/lib/python2.4/site-packages/trac/web/main.py, line 191, in 
dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
  File /usr/lib/python2.4/site-packages/trac/web/main.py, line 263, in 
_pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
  File /usr/lib/python2.4/site-packages/trac/versioncontrol/api.py, line 73, 
in pre_process_request
self.get_repository(req.authname).sync()
  File /usr/lib/python2.4/site-packages/trac/versioncontrol/cache.py, line 
175, in sync
for path,kind,action,bpath,brev in cset.get_changes():
  File /usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py, line 
666, in get_changes
repos.svn_repos_replay(root, e_ptr, e_baton, pool())
  File /usr/lib/python2.4/site-packages/libsvn/repos.py, line 230, in 
svn_repos_replay
return apply(_repos.svn_repos_replay, args)
  File /usr/lib/python2.4/site-packages/svn/repos.py, line 113, in 
delete_entry
if _fs.is_dir(self._get_root(parent_baton[2]), base_path):
  File /usr/lib/python2.4/site-packages/libsvn/fs.py, line 351, in 
svn_fs_is_dir
return apply(_fs.svn_fs_is_dir, args)
SubversionException: (Reference to non-existent node 'a82.0.r6864/1851' in 
filesystem '/var/data/projects/svn/project/db', 160014)

This happened when I increased the size of the partition where the reos were 
stored.

-- 
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 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Help needed

2011-04-19 Thread Matthew Caron

This happened when I increased the size of the partition where the reos were 
stored.


I presume you both increased the partition *and* the filesystem 
inhabiting it.


Did you fsck the revised partition?

--
Matthew Caron
Build Engineer
Sixnet | www.sixnet.com
O +1 518 877 5173 Ext. 138
F +1 518 602 9209
matt.ca...@sixnet.com

--
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 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.