How do I add fitnesse pages to version-control?
Use the -d switch (which is surprisingly low profile on a google search) Fitnesse20081201>run -p 8080 -d c:/projects/MyProjectNeedsAcceptanceTests This will create a subfolder in the specified folder called FitnesseRoot if it doesn’t already exist, with all the stuff it needs to run. Fitnesse should be up. Switch to your browser. Go ahead and create your … Read more