Right now im doing this:
svn co https://sdfsdfsd . --force svn rm * svn add --force . svn ci -m 'lsdkjflsdjflsdjf'
So I want whats in the repo to match the current working copy. When I commit I want to delete any files in the repo that no longer exist in the copy I am commiting. I'm accomplishing this now by just blowing out the whole folder, but when doing this it always says ALL files are updated even though some are the same. How can I mirror whats in the current working copy to the repo but also preserve history?
Last updated