65.9K
CodeProject is changing. Read more.
Home

Branch files recursively in VSS

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.92/5 (5 votes)

Jan 19, 2010

CPOL
viewsIcon

17601

Did you know that there is no way to branch the files recursively in Microsoft VSS? Here is a work around:From Visual SourceSafe Explorer, go to View ->Search ->WildCard SearchThen search for Wildcard: * (a single asterisk) with Search in current project and all subprojects...

Did you know that there is no way to branch the files recursively in Microsoft VSS? Here is a work around: From Visual SourceSafe Explorer, go to View ->Search ->WildCard Search Then search for Wildcard: * (a single asterisk) with Search in current project and all subprojects selected. Then it will give you a list of ALL of your files in that project. Simply highlight them all and click on the Branch button.