blob: 0cbfc5af1c37c2ffe27875ab6fc3a04d5914737c (
plain)
1
2
3
4
5
6
7
8
9
|
General usage:
For a general usage tutorial see http://pwgrep.buetow.org
Hints:
pb@titania:~/svn/pwdb$ for i in *.gpg; do
svn propset svn:mime-type application/pgp-encrypted $i
done
|