tortoisesvn - How to find all Changed/added files in SVN after extracting them from the repository -
i new svn , trying create accelerator pack software package. on july 30th, downloaded web application package svn repository. thereafter, , colleagues made multiple changes code base.
how list down files have been changed/added july 30th? there svn command list such files? tried going each , every folder(and subfolder) , did right click "show log" see if there has been changes made since july 30th there lot of such folders , subfolders. there quicker way identify changed , added files in svn after first check out on july 30th
right click @ top of working copy , select tortoisesvn -> check modifications.
from command line, run svn status
top of working copy.
Comments
Post a Comment