xavi92
4681971d6d
Remove svn:keywords property from the repository
...
These properties are not transmitted with git-svn(1) [1], which might
then cause failed patches when modifying lines close to these
properties.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9554 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 6ed21e1fe12d01a370842418c35722c75117a30a
Former-commit-id: 8ecd21b7c0211cd000b10b3f0032980f63c06398
2024-10-02 15:30:18 +00:00
xavi92
e06a519365
Remove trailing newlines
...
The following shell script was used:
while read f
do
sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' -- "$f"
done <<EOF
$(svn ls -R | grep \
-e '.\cpp$' \
-e '\.cmake$' \
-e '\.txt$' \
-e '\.cppcheck$' \
-e '\.frag$' \
-e '\.h$' \
-e '\.hpp$' \
-e '\.vert$' \
-e '\.xml$' \
-e '\.java$' \
-e '\.c$')
EOF
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9509 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: aac7ab5702079417cb16ca2fa291be07033ea549
Former-commit-id: f0286e4119f166d7b78f9d13ff2ea04ffaa95c67
2024-07-30 22:17:48 +00:00
pouillot
804817e474
Fixed #718 Actual encoding now consistent with XML header (needed for the txml => Expat 2 port)
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4789 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 9a3d598f9c74fe1e934058d72ed688cf30895010
Former-commit-id: 314f14f7b62fe3a409ffaebec0b1f82ae90c9800
2012-07-08 12:40:00 +00:00
pouillot
ab7fdf50c5
moved current packaging tools from 'installer' to 'packaging' + added new ones for building source packages
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4442 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 2f7d8d5adecc2d0e5d0c5160d8a9eea3d1a98a26
Former-commit-id: 3753a3e3a2db28d069bd8d0e2ee320a7b6045a8d
2012-01-21 18:13:59 +00:00