On 12/23/2010 10:24 AM, Stefan Sperling wrote:

If you don't need to write/modify something there, why should it be
created if it doesn't already exist?  Can't you defer the decision
to create until you need a write?

That would mean going into the code of each operation within
libsvn_client and sprinkle calls to the config creation code
depending on what the operation is going to do.

Seems like it should fit in an error handler somewhere. Let the write fail in the uncommon case and fix things up only when needed. I'd actually expect that there would be a lot of cases where your only svn use is one run to grab some remote source and there would be no need to clutter HOME directories with default gunk for that.

--
  Les Mikesell
   lesmikes...@gmail.com

Reply via email to