RE: [viewvc-users] VewVC and Window 2008 R2 64 bit issue
"Pattalachinti, Ravi" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Message-ID | <8FAB309499DDCD4089AFCB8209712579BC27ACA0@NAMAIL02.gs.adinternal.com> |
That solved the issue. I ran diffutils-2.8.7-1.exe from the follow site and that resolved it. http://gnuwin32.sourceforge.net/packages/diffutils.htm Thanks, Ravi -----Original Message----- From: C. Michael Pilato [mailto:[email protected]] Sent: Tuesday, June 01, 2010 8:03 AM To: Pattalachinti, Ravi Cc: [email protected] Subject: Re: [viewvc-users] VewVC and Window 2008 R2 64 bit issue I think all this errorful noise is just a long way for ViewVC to say, "I'm trying to run the 'diff' program, and I can't find it on your system." Pattalachinti, Ravi wrote: > Hello, I am setting up the commit database for a SVN repository on a > 64 bit Windows 2008 R2 system. When I run the command to rebuild the > database it is throwing up errors. > > > > It works just fine, when, I follow the same setup on a windows 2003 64 > bit OS. Do I need to change security setting on w2k8 server if so > what are they? > > My account is already set as admin on the machine. > > > > C:\Program Files (x86)\viewvc-1.0.9\bin>python svndbadmin rebuild > "c:\Repositori > > es\SVN" > > c:\python26\lib\site-packages\MySQLdb\__init__.py:34: > DeprecationWarning: the se > > ts module is deprecated > > from sets import ImmutableSet > > Traceback (most recent call last): > > File "svndbadmin", line 312, in <module> > > svn.core.run_app(main, command, repository, rev, verbose) > > File "c:\python26\lib\site-packages\svn\core.py", line 281, in > run_app > > return func(application_pool, *args, **kw) > > File "svndbadmin", line 257, in main > > handle_revision(db, command, repo, rev, verbose) > > File "svndbadmin", line 203, in handle_revision > > revision = repo[rev] > > File "svndbadmin", line 86, in __getitem__ > > rev = SvnRev(self, rev, self.scratch_pool) > > File "svndbadmin", line 188, in __init__ > > diff_fp = diffobj.get_pipe() > > File "c:\python26\lib\site-packages\svn\fs.py", line 111, in > get_pipe > > close_fds=_sys.platform != "win32") > > File "c:\python26\lib\subprocess.py", line 621, in __init__ > > errread, errwrite) > > File "c:\python26\lib\subprocess.py", line 830, in _execute_child > > startupinfo) > > WindowsError: [Error 2] The system cannot find the file specified > > > > > > > > > -- C. Michael Pilato <[email protected]> CollabNet <> www.collab.net <> Distributed Development On Demand ------------------------------------------------------ http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2615605 To unsubscribe from this discussion, e-mail: [[email protected]].