Tag only the changed list
From: Muthu Gopal <muthuboy_at_hotmail.com>
Date: 2005-03-31 00:34:02 CEST How to I create a tag only for the changed files? For Instanace I have the following structure in my repository: \trunk \branches \tags In the trunk folder, I have totally 1000 files. My developer keeps making changes and creates revisions in the trunk say 8,9 and 10. And each of these revisions he modifies just 3 files i.e. totally 9. Now he likes put these 9 files ( modified in 8,9 and 10) alone in a tags folder and handover to another entity for build/deployment. Subversion allows me to create a tag as of 10 revision but would copy all the 1000 files to the tags folder. I want just these 9 files - the changed files in these 3 revisions - to be copied to the tag. Is it possible?How to I create a tag only for the changed files? For Instanace I have the following structure in my repository: \trunk \branches \tags In the trunk folder, I have totally 1000 files. My developer keeps making changes and creates revisions in the trunk say 8,9 and 10. And each of these revisions he modifies just 3 files i.e. totally 9. Now he likes put these 9 files ( modified in 8,9 and 10) alone in a tags folder and handover to another entity for build/deployment. Subversion allows me to create a tag as of 10 revision but would copy all the 1000 files to the tags folder. I want just these 9 files - the changed files in these 3 revisions - to be copied to the tag. Is it possible? |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.