Re: [viewvc-users] MySQL DB is not getting updated
"C. Michael Pilato" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Organization | CollabNet, Inc. |
| Message-ID | <4B71A866.8030805__46894.8942878798$1265739897$gmane$org@collab.net> |
You're trying to use Unix shell syntax ("$REPOS") in a Windows batch file.
Try something like:
SET REPOS=%1
SET REV=%2
C:\Python26\python.exe "C:\Program Files (x86)\viewvc-1.0.9\bin\svndbadmin"
update "%REPOS%" "%REV%"
--
C. Michael Pilato <[email protected]>
CollabNet <> www.collab.net <> Distributed Development On Demand
------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2446214
To unsubscribe from this discussion, e-mail: [[email protected]].
signature.asc
(application/pgp-signature, 197 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAktxqGYACgkQokEGqRcG/W74DgCfUVg4wchU4X/Ot9f3IphzGFnp u84AnjnmLpkHF71WsFyeWTkZM61zgW+Z =plw+ -----END PGP SIGNATURE-----