We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175c4e2 commit 7c78c3eCopy full SHA for 7c78c3e
linux_cmds.sh
@@ -82,3 +82,6 @@
82
83
#25 pdf compress
84
~$ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/default -dNOPAUSE -dQUIET -dBATCH -dDetectDuplicateImages -dCompressFonts=true -r150 -sOutputFile=output.pdf input.pdf
85
+
86
+#26. dump svn commit comment to xml format fot import inexcel
87
+~$ svn log -l 100 --xml > repository_log.xml
0 commit comments