Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Hudson » Git "Clean after checkout" does not clean folders
Git "Clean after checkout" does not clean folders [message #1090667] Tue, 20 August 2013 13:26
k z is currently offline k zFriend
Messages: 71
Registered: October 2012
Member
Git "Clean after checkout" does not clean folders. According to help "Run "git clean -fdx" after every checkout to ensure a clean build." so it is supposed to remove unversioned files and folders but it does not. After a build (xcode) I got "build" folder with unique build artifacts. After antoher build my build folder contains artifacts from current and all previous builds even though "clean after checkout" option is checked. In the log when this option is checked I see "Cleaning workspace" log entry and unversioned files are removed however unversioned folders are still there. When I call command git clean -fdx from command line "build" folder is removed. Is git clean command really invoked with '-d' option ?

Bug filed at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=415482
Previous Topic:NoClassDefFoundError: com/sun/xml/txw2/TypedXmlWriter
Next Topic:How to create a group in hudson
Goto Forum:
  


Current Time: Tue Mar 19 09:23:50 GMT 2024

Powered by FUDForum. Page generated in 0.02128 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top