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.



RE: [Trac] Help needed

2011-04-19 Thread Saurav Sagar
Yes I did..i tried to resync the repos folder then it worked fine for few 
moment and then it again started giving a new error as show 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 
663, in get_changes
root = fs.revision_root(self.fs_ptr, self.rev, pool())
  File "/usr/lib/python2.4/site-packages/libsvn/fs.py", line 217, in 
svn_fs_revision_root
return apply(_fs.svn_fs_revision_root, args)
SubversionException: ('Revision file lacks trailing newline', 160004)

Can you please suggest something for this..

Regards,
Saurav Sagar

From: trac-users@googlegroups.com [mailto:trac-users@googlegroups.com] On 
Behalf Of Matthew Caron
Sent: Tuesday, April 19, 2011 5:59 PM
To: trac-users@googlegroups.com
Subject: Re: [Trac] Help needed


> 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<http://www.sixnet.com>
O +1 518 877 5173 Ext. 138
F +1 518 602 9209
matt.ca...@sixnet.com<mailto: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<mailto:trac-users@googlegroups.com>.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com<mailto:trac-users+unsubscr...@googlegroups.com>.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



No virus found in this message.
Checked by AVG - www.avg.com<http://www.avg.com>
Version: 10.0.1209 / Virus Database: 1500/3583 - Release Date: 04/19/11

-- 
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.



[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.



[Trac] help needed in getting Subversion plugin fro eclipse 3.3

2007-08-05 Thread Trac Users

Hi,
I tried to download the subversion-1.4.4.zip file form the url
http://subversion.tigris.org/downloads/subversion-1.4.4.zip  which is
given in the web page havig URL 
http://subversion.tigris.org/servlets/NewsItemView?newsItemID=1891.
While downloadin it gives an error as "internet Exploere cannot open
this site".

Please give me the alternate URL for downloading Subversion plug in
for eclipse 3.3.


Thanks and Regards,
Deepali


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---