d['date'] = svn_date_to_timestamp(date.text)
else:
d['date'] = None
- d['message'] = msg is not None and msg.text.replace('\r\n', '\n').replace('\n\r', '\n').replace('\r', '\n') or ""
+ d['message'] = msg is not None and msg.text and msg.text.replace('\r\n', '\n').replace('\n\r', '\n').replace('\r', '\n') or ""
paths = []
for path in entry.findall('.//paths/path'):
copyfrom_rev = path.get('copyfrom-rev')
svn up -q
show_last_commit
+# Empty commit message
+echo "Module/ProjectB/FileB1.txt (Test 1.1)" >> $WC/Module/ProjectB/FileB1.txt
+svn_commit ""
+
# Test #2: Rename files
# * Test rename support
# * Test committing rename in two different branch commits: first deletion, then add