pydelion.com

pydelion.com

date –date="5 min ago" +%d/%b/%Y:%H:%M

Menu

Skip to content
  • about
  • devops links
  • dandelion
  • lion
  • contact

Tag Archives: svn

How to get SVN revision number using the SVN 1.7 database

As easy as:

[root@web ~]# sqlite3 /var/www/wordpress/.svn/wc.db
SQLite version 3.7.17 2013-05-20 00:56:22
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> SELECT "changed_revision" FROM "NODES" ORDER BY changed_revision DESC LIMIT 1;
586
sqlite>
[root@web ~]#

Posted on August 21, 2017 by dandelion. Posted in Uncategorized | Tagged svn | Leave a comment

svn: Solving ‘svn: Error converting entry in directory ‘.’ to UTF-8′ error

If you get

# svn update
 svn: Error converting entry in directory '.' to UTF-8

run the following to get it working:

# export LC_CTYPE=en_US.UTF-8
 # svn update
Posted on February 12, 2017 by dandelion. Posted in linux | Tagged svn | Leave a comment
  • FrançaisFrançais
  • EnglishEnglish
  • EspañolEspañol

Recent Posts

  • Debian: There is no public key available for the following key IDs
  • How to renew Certificate Revocation List
  • Dovecot: Error: mmap failed with file … dovecot.index.cache: Cannot allocate memory
  • Debian: reconfigure unattended upgrades
  • Curl: how to send cookies

Categories

  • linux
  • mysql
  • news
  • python
  • thoughts
  • tips
  • Uncategorized
  • weekly digests

Tags

adaptec ansible apt bash centos curl CORS debian distributed computing dovecot fedora galera html KVM linux memtest minify mysql mysqldump nagios openssl openvz percona perl php port forwarding postfix python qemu raid rpm ruby sed sinatra smtp svn tips trac traceroute ubuntu vim virsh vnstat weekly digest windows wordpress

Knowledge is knowing that a tomato is a fruit. Wisdom is knowing that a tomato doesn't belong in a fruit salad.
Miles Kington
Proudly powered by WordPress Theme: Publish by Konstantin Kovshenin.