Subversion
Subversion
Out of context: Reply #15
- Started
- Last post
- 15 Responses
- IRNlun60
You can check out old branches by revision number... I used trac at my previous company so only know how to search revision numbers there.
svn co -rxxxxx filepath Sites/
xxxxx = revision number
filepath = obviously your main asset repository
Sites/ = where ever you keep your branches locally
FYI, be careful with merge conflicts checking out old revisions. I generally checkout old branches, copy needed code and pasted into main project branch. Probably a better method but worked for me...