Reputation: 8146
Let's assume in the first changeset I have two files modified
a.cs
b.cs
In the second changeset I have just one file modified
a.cs
I'd like to use TortoiseSVN or the console to get the files in common between the two changeset. Is it possible?
Upvotes: 0
Views: 83
Reputation: 6027
I think it's not possible. The SVNbook says:
Changelist Limitations
Subversion's changelist feature is a handy tool for grouping working copy files, but it does have a few limitations. Changelists are artifacts of a particular working copy, which means that changelist assignments cannot be propagated to the repository or otherwise shared with other users. Changelists can be assigned only to files—Subversion doesn't currently support the use of changelists with directories. Finally, you can have at most one changelist assignment on a given working copy file. Here is where the blog post category and photo service tag analogies break down—if you find yourself needing to assign a file to multiple changelists, you're out of luck.
Upvotes: 1