Opened 17 years ago

Closed 17 years ago

#114 closed defect (fixed)

do not create config file automatically

Reported by: Peter Johansson Owned by: Peter Johansson
Priority: blocker Milestone: 0.6
Component: core Version: trunk
Keywords: Cc:

Description

Look for config file in directory chosen by user (default $HOME/.svndigest/. If there exist no file we should not create one. Rather than sending the stream to an ofstream, send the stream to a stringstream and then when reading config file from this stringstream rather than reading from ifstream.

Alternatively we could write in /tmp but this seems unnecessary as long as config file is reasonable small.

Change History (1)

comment:1 Changed 17 years ago by Peter Johansson

Resolution: fixed
Status: newclosed

(In [229]) Modified behaviour of Configuration. Fixes #114, #115, #116

Note: See TracTickets for help on using tickets.