Roundup Tracker - Issues

Issue 1268303

classification
roundup-admin install adds hashes to wrong files
Type: Severity: normal
Components: Command-line interface Versions:
process
Status: closed fixed
:
: richard : richard, thomas_ah
Priority: normal :

Created on 2005-08-24 14:10 by thomas_ah, last changed 2006-01-25 03:12 by richard.

Messages
msg2016 Author: [hidden] (thomas_ah) Date: 2005-08-24 14:10
Using roundup 0.8.2:

When using an existing tracker as a template, the db
subdirectory gets copied along with all other files and
sometimes a SHA hash gets added at the end of the file
db/db.

Because usually this will be deleted, this is not a big
problem, but I managed roundup configuration with
Mercurial (a distributed SCM), which puts its
repository files in the .hg subdirectory, and the files
.hg/undo and .hg/dirstate got corrupted by this
behaviour, too, because
#SHA: <sha-hash> was appended.
msg2017 Author: [hidden] (richard) Date: 2006-01-25 03:12
Logged In: YES 
user_id=6405

 
History
Date User Action Args
2005-08-24 14:10:48thomas_ahcreate