It works. However, I want a single "git-pull" to deploy a new version and a single "git-reset" to back to versions before. So I need another resolution. franky -----Original Message----- From: git-owner@xxxxxxxxxxxxxxx [mailto:git-owner@xxxxxxxxxxxxxxx] On Behalf Of Lars Hjemli Sent: Tuesday, October 16, 2007 4:08 PM To: franky Cc: git@xxxxxxxxxxxxxxx Subject: Re: Is there any plan to support partial checkout or submoudule improvement? On 10/16/07, franky <yinping@xxxxxxxxxx> wrote: > 2. src, bin not submoudle, just sub directory > When src changes, compiled binaries are still put in bin directory. > However, only one commit is required. Perfect? No, another problem when > deploying. I don't want the src directory to appear in the deployment > directory. If this is just for deployment of your bin directory, you can try $ cd Project/bin $ git archive --prefix='Project/bin/' HEAD | gzip > Project-x.y.tar.gz -- larsh - 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 - 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