[viewvc-users] VewVC and Window 2008 R2 64 bit issue
"Pattalachinti, Ravi" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Message-ID | <8FAB309499DDCD4089AFCB8209712579BC27A038@NAMAIL02.gs.adinternal.com> |
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
------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2614213
To unsubscribe from this discussion, e-mail: [[email protected]].