Commit Graph

41 Commits

Author SHA1 Message Date
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
juha
c96d141c52 Tools: Reorder and clean uses sections. Prevent "deprecated" warnings.
git-svn-id: trunk@49624 -
2015-08-08 21:06:51 +00:00
juha
1fca252176 Svn2RevisionInc: Show at least some warning if svn command is not in path. Patch from Sandro Cumerlato.
git-svn-id: trunk@49236 -
2015-06-01 11:23:47 +00:00
mattias
b4b6a57dd9 svn2revsioninc: unicode file names
git-svn-id: trunk@46805 -
2014-11-12 18:41:41 +00:00
maxim
f43a608039 svn2revisioninc: add diagnostic output both on success and failure for all methods: svn (3x), git and mercurial in verbose mode (-v option), patch by Reinier Olislagers, bug
git-svn-id: trunk@37936 -
2012-07-13 20:19:54 +00:00
juha
9acafe4c47 svn2revisioninc: fix copying revision so it works on windows, linux and cygwin. Patch from Ludo Brands
git-svn-id: trunk@37829 -
2012-06-30 18:28:38 +00:00
juha
eea630f3bb svn2revisioninc: add support for HG mirror repos cloned from SVN. Issue , patch from Ludo Brands
git-svn-id: trunk@37823 -
2012-06-30 12:17:14 +00:00
juha
0a0285a7e5 Tools: Add svn2revisioninc support for mercurial/hg. Issue , patch from Reinier Olislagers
git-svn-id: trunk@37816 -
2012-06-28 21:14:26 +00:00
blikblum
fa0f36b694 tools: check if git can be called (is in path) before calling it
git-svn-id: trunk@37473 -
2012-06-01 23:54:32 +00:00
paul
d335785ef6 tools: fix another memory leak - it may happen in case of exception
git-svn-id: trunk@37030 -
2012-04-26 06:50:45 +00:00
paul
83ced3ec16 tools: fix memory leak in TSvn2RevisionApplication.IsValidRevisionInc
git-svn-id: trunk@37028 -
2012-04-26 06:09:16 +00:00
mattias
d9ca0b833d tools: reduced dependencies, using nogui widgetset
git-svn-id: trunk@36675 -
2012-04-09 11:41:43 +00:00
juha
feaf7a1432 Make svn2revisioninc work also with SVN 1.7. Issue , patch from cobines
git-svn-id: trunk@33637 -
2011-11-20 09:08:48 +00:00
juha
bbc0b05e9e svn2revisioninc: fix a potential deadlock, issue
git-svn-id: trunk@33071 -
2011-10-24 18:01:05 +00:00
juha
8dee4154d2 svn2revisioninc: increase buffer size when reading git rev-list. Should fix issue
git-svn-id: trunk@32848 -
2011-10-12 11:44:21 +00:00
juha
b358c98210 svn2revisioninc: fix my earlier sloppy code to find out the main git branch name
git-svn-id: trunk@32847 -
2011-10-12 11:44:08 +00:00
juha
3ee93b4389 svn2revisioninc: Dig svn revision number from git repository also when there are local branches. Modified from Greame's patch, issue
git-svn-id: trunk@31039 -
2011-06-04 09:27:42 +00:00
vincents
115ae7a5c3 svn2revisioninc: added support for git from Mario Bonati (issue )
git-svn-id: trunk@28661 -
2010-12-09 22:40:24 +00:00
paul
a5a3a8e13e lcl: split TAsyncProcess and TProcessUtf8 between 2 units. This is needed to remove widgetset dependency from svn2revision.inc
all others: add/replace new dependency

git-svn-id: trunk@19313 -
2009-04-10 15:33:23 +00:00
mattias
a00dac7763 added TProcessUTF8
git-svn-id: trunk@16346 -
2008-09-01 10:24:04 +00:00
mattias
4f55a8ff9d UTF8: svn2revisioninc
git-svn-id: trunk@16294 -
2008-08-29 11:36:28 +00:00
mattias
9032caa4fd UTF-8: added ExpandFilenameUTF8
git-svn-id: trunk@16272 -
2008-08-27 11:25:01 +00:00
mattias
69cfe88898 using UTF-8 for file operations and environment variables
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
vincents
eea11d9a53 svn2revisioninc : always write revision.inc, except if there is a good revision.inc and no svn info (got broken in r11474 #885c836b8a)
git-svn-id: trunk@11827 -
2007-08-16 07:18:34 +00:00
mattias
885c836b8a debian package lazarus: can now compile a gtk2 version
git-svn-id: trunk@11474 -
2007-07-12 18:20:11 +00:00
vincents
268922b4be svn2revisioninc accepts old style command line parameters from Darius
git-svn-id: trunk@10244 -
2006-11-25 20:52:14 +00:00
mattias
4b4ab7f006 svn2revisioninc: making it a TCustomApplication and adding command line switches from Darius
git-svn-id: trunk@10235 -
2006-11-24 12:59:46 +00:00
vincents
9f672f7dab svn2revisioninc: fixed creating revision.inc in current directory
git-svn-id: trunk@10187 -
2006-11-10 14:02:42 +00:00
vincents
ee60b9bdcc svn2revisioninc: fixed detecting if current revisioninc is a valid file.
git-svn-id: trunk@10185 -
2006-11-10 12:15:34 +00:00
vincents
95d60cc076 svn2revisioninc: fixed check for valid target directory
git-svn-id: trunk@10181 -
2006-11-08 15:11:17 +00:00
vincents
0ed87fd43c svn2revisioninc.pas: fixed reading svn revision from svn 1.4 entries files
git-svn-id: trunk@10180 -
2006-11-08 10:11:31 +00:00
vincents
86a36d4a2f svn2revisioninc can parse svn 1.4 meta data to determine a version
git-svn-id: trunk@10094 -
2006-10-21 18:55:12 +00:00
vincents
e7bdea71ee if revision.inc does not exist, make sure the directory is writable before proceeding
git-svn-id: trunk@9003 -
2006-03-23 12:48:54 +00:00
mattias
e896e8026a added check if revision.inc is writable
git-svn-id: trunk@8874 -
2006-03-06 19:36:33 +00:00
vincents
5cf4e867c0 quote command line parameter for svnversion
patch from: Volf

git-svn-id: trunk@8745 -
2006-02-16 19:50:11 +00:00
vincents
0f798571c6 implemented UTF8CStringToUTF8String used to read po-files
git-svn-id: trunk@7952 -
2005-10-11 10:39:29 +00:00
vincents
512012bfd3 added global link for prettyformat.
git-svn-id: trunk@7921 -
2005-10-06 13:05:18 +00:00
vincents
4ee8919e11 improved description of svn2revisioninc
git-svn-id: trunk@7904 -
2005-10-03 12:25:43 +00:00
vincents
f8cf04723c added svn2revisioninc to the makefiles
git-svn-id: trunk@7862 -
2005-09-30 20:42:04 +00:00
vincents
e26309820d fixed constant declaration in revision.inc
git-svn-id: trunk@7856 -
2005-09-29 21:37:38 +00:00
vincents
e3b7e8c3e5 added svn2revisioninc
git-svn-id: trunk@7855 -
2005-09-29 21:10:01 +00:00