Reputation: 21
Let's say that I work in /trunk, and I switch only specified files to /branch, and not the whole wc. This allows me to make general changes in /trunk and I can get updates from other colleagues, while I add some new features in /branch for testing purposes. After a while, I will not be sure which files are in /trunk, and which are in /branch.
I could switch back and forth between /trunk and /branch for making the changes in relevant repository, but this is a tedious work.
I know if I look at file URL that it shows where the file is, but is there an easy way to see the same thing in Windows Explorer?
P.S. In the end, is it an good idea to do so? It looks OK for me because later I don't have to merge all files that were not intended to be changed in the /branch.
Upvotes: 0
Views: 160
Reputation: 21
OK, I was stupid and didn't see that in 'Commit' or 'Check for modifications' window I can see the URL of all of my modified files.
What I found out while having a mixed repository with files in WC in different branches, a little bit misleading while making a commit of the whole WC is that it shows the files will be committed in let's say Branch1. If one file from WC is in Branch2 it won't be committed to Branch1, but in Branch2 where it actually belongs and in the end it's correct way to do it.
Upvotes: 0