Skip to content
Snippets Groups Projects
Commit e0368e71 authored by rswindell's avatar rswindell
Browse files

UseNewInfoFmtStrings to get rid of CVS deprecation warning.

parent c6ffe383
No related branches found
No related tags found
No related merge requests found
......@@ -9,3 +9,6 @@
# level of the new working directory when using the `cvs checkout'
# command.
#TopLevelAdmin=no
# Required to get rid of deprecation messages
UseNewInfoFmtStrings=yes
\ No newline at end of file
......@@ -24,4 +24,4 @@
#DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog
# or
#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
ALL (echo %{sVv}; cat) | /src/sbbs3/gcc.linux.exe.debug/smbutil -tAll "-sCVS commit" -f$USER i /sbbs/data/subs/syncprog;sync
\ No newline at end of file
ALL (echo %1{sVv}; cat) | /src/sbbs3/gcc.linux.exe.debug/smbutil -tAll "-sCVS commit" -f$USER i /sbbs/data/subs/syncprog;sync
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment