sleyzerzon / soar

Automatically exported from code.google.com/p/soar
1 stars 0 forks source link

add ability to overwrite vs append to epmem db #123

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, if an epmem db already exists, the epmem --set path option assumes 
you want to append to it. In some cases (e.g., when running a script to build 
up a specific epmem db for testing purposes) you may actually want to overwrite 
an existing file.

Original issue reported on code.google.com by marin...@gmail.com on 14 Nov 2012 at 3:38

GoogleCodeExporter commented 8 years ago
Can't you just delete the file in your script, before running the agent?

Original comment by joseph...@gmail.com on 14 Nov 2012 at 6:53

GoogleCodeExporter commented 8 years ago
The environment I'm working in doesn't support arbitrary commands like deleting 
files. I may be able to find a way to make that work for my case, but it would 
be a hack. It seems like this is the sort of thing that would be pretty easy to 
support directly in Soar, though, and is not out of place.

Original comment by marin...@gmail.com on 14 Nov 2012 at 7:49

GoogleCodeExporter commented 8 years ago
Added in latest check-in.

Original comment by maz...@gmail.com on 30 Jan 2013 at 2:16