Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming git feature does not reflect on the wiki #19

Closed
chischaschos opened this issue Aug 27, 2013 · 3 comments
Closed

Renaming git feature does not reflect on the wiki #19

chischaschos opened this issue Aug 27, 2013 · 3 comments

Comments

@chischaschos
Copy link

I had a feature let's call it feature/x.feature, I git mv it to feature/y.feature. The wiki ended up having to features instead of just the y.feature one. Is this expected behaviour?

@stewart
Copy link
Contributor

stewart commented Sep 5, 2013

Sorry I didn't get to this earlier! Yes, this is a bug in the existing release of Gitnesse, and has been addressed as part of the rewrite. Our current strategy when pushing features to the wiki

  • Clone wiki
  • git rm all feature files
  • Add all local features to wiki, git add-ing them as you do
  • git commit && git push

This means that if features are no longer in the local features/ dir, they will be removed from the wiki on gitnesse push. Does this provide the behaviour you're expecting?

@deadprogram
Copy link
Member

+1

@stewart
Copy link
Contributor

stewart commented Sep 30, 2013

Closing this issue, as the functionality is now present in the latest release of Gitnesse.

@stewart stewart closed this as completed Sep 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants