From dc8929e2f0e53216619340b29bd0d9d6d1f83827 Mon Sep 17 00:00:00 2001 From: "http://josephturian.blogspot.com/" Date: Thu, 6 Nov 2008 15:52:27 -0500 Subject: --- doc/bugs/messed_up_repository.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/bugs/messed_up_repository.mdwn (limited to 'doc/bugs/messed_up_repository.mdwn') diff --git a/doc/bugs/messed_up_repository.mdwn b/doc/bugs/messed_up_repository.mdwn new file mode 100644 index 000000000..10bf5c35d --- /dev/null +++ b/doc/bugs/messed_up_repository.mdwn @@ -0,0 +1,5 @@ +I messed up my local clone of my repository. + +It appears that there is a special clone, which contains .ikiwiki, local.css, recentchanges, and the like. + +How can I create a new version of this clone? -- cgit v1.2.3 From 96d52b82edffae197ae182f7073d4b7a8d88880b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 6 Nov 2008 16:12:16 -0500 Subject: response --- doc/bugs/messed_up_repository.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/bugs/messed_up_repository.mdwn') diff --git a/doc/bugs/messed_up_repository.mdwn b/doc/bugs/messed_up_repository.mdwn index 10bf5c35d..cb8aa875a 100644 --- a/doc/bugs/messed_up_repository.mdwn +++ b/doc/bugs/messed_up_repository.mdwn @@ -3,3 +3,17 @@ I messed up my local clone of my repository. It appears that there is a special clone, which contains .ikiwiki, local.css, recentchanges, and the like. How can I create a new version of this clone? + +> No, there's the srcdir, which ikiwiki populates with some of those files +> when run. Notably the .ikiwiki directory and all its contents, and the +> recentchanges directory and its contents. But not local.css. +> +> If you've lost .ikiwiki and it contained user registration info +> (passwords etc), you've lost that info. Everything else can be +> regenerated by running `ikiwiki -setup your.setup` +> +> If you still have .ikiwiki, but the git clone is messed up somehow, you +> can just make a new clone and move .ikiwiki into it before running +> ikiwiki. --[[Joey]] + +[[!tag done]] -- cgit v1.2.3 From 32b86c5f5b8eef0fdeb2229159787cc3d9206a74 Mon Sep 17 00:00:00 2001 From: "http://josephturian.blogspot.com/" Date: Fri, 7 Nov 2008 11:21:04 -0500 Subject: --- doc/bugs/messed_up_repository.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/bugs/messed_up_repository.mdwn') diff --git a/doc/bugs/messed_up_repository.mdwn b/doc/bugs/messed_up_repository.mdwn index cb8aa875a..e245b84a8 100644 --- a/doc/bugs/messed_up_repository.mdwn +++ b/doc/bugs/messed_up_repository.mdwn @@ -16,4 +16,6 @@ How can I create a new version of this clone? > can just make a new clone and move .ikiwiki into it before running > ikiwiki. --[[Joey]] +> > Great, that worked. Thanks Joey! + [[!tag done]] -- cgit v1.2.3