Ant script to run clone <target name="clone" description="get the latest files"> <delete includeemptydirs="true"> <filesetdir="/opt/cruisecontrol-bin-2.8.4/projects/Mss/copyExample/local_copy/Mss" defaultexcludes="false"> <include name="**/*" /> </fileset> </delete> <exec executable="git" dir="/opt/cruisecontrol-bin-2.8.4/projects/Mss/copyExample/local_copy/Mss"> <arg line="clone -o fl ssh://git@ipaddress/git/run.git Mss" /> </exec> </target> In my current CruiseControl setup I am running the following target: <modificationsetquietperiod="60"> <git localworkingcopy="${projects.dir}/${project.name}/local_copy/${project.name}/"/> </modificationset> Running cruisecontrol gives git exit with error code 1. I guess modificationset is not able to find git local working copy. Any help would be welcome and greatly appreciable . -- View this message in context: http://git.661346.n2.nabble.com/git-exit-with-error-code-1-tp7142041p7142041.html Sent from the git mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html