create configuration files after cloning the repo

This commit is contained in:
Hylke Bons 2010-05-17 13:07:09 +01:00
parent 8aec24471c
commit fcc30c24a6

View file

@ -138,6 +138,16 @@ namespace SparkleShare {
SparkleHelpers.CombineMore (SparklePaths.SparklePath,
RepoName)
);
// Enable notifications and synchronisation by default
File.Create (SparkleHelpers.CombineMore (SparklePaths.SparklePath,
RepoName, ".git",
"sparkleshare.notify"));
File.Create (SparkleHelpers.CombineMore (SparklePaths.SparklePath,
RepoName, ".git",
"sparkleshare.sync"));
Destroy ();
};