I try to checkout a repository into a filled build directory (first step -> prepare the environment, second step -> checkout code) but it fails with the message:
"fatal: destination path: XXX already exists and is not an empty directory".
I could add the "clean" flag for the checkout process, but than my platform is missing. How could i just do a normal checkout within the current (not empty) build directory? ( a git init + git remote add + git pull instead of git clone )
It sounds like what you might want to check out to a subfolder in the working directory by providing a value for 'Checkout Directory'
-Rich
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.