| Author |
tagging only modified files
|
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3829
|
|
Hi,
This is about SVN, version control tool.
Warning: My knowledge about SVN is limited.
I know that tag is created to have a snapshot of trunk for any particular time/release.
However my requirement is different.
Can I tag only modified files? Instead of creating tag from trunk, can I just tag modified files with some label? And then using this tag can I just get modified files? No complete codebase...
I did bit of googling & didn't find any answer.
Thanks in advance.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
Somewhat. You can tag specific top level folders rather than all of them. Keep in mind a tag in SVN is a copy.
The idea of tagging random folders at different levels doesn't make sense though. You probably could but it would be awkward because you want the folder structure. And you wouldn't be able to rebuild from that tag because it would rely on other state. I wouldn't recommend this.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: tagging only modified files
|
|
|