I am relatively new to using the TortoiseSVN client. What do you do with binary files e.g. DLLs etc when merging?
Do you simply delete them from the project you are moving to or do you add them to the ignore list?
I am relatively new to using the TortoiseSVN client. What do you do with binary files e.g. DLLs etc when merging?
Do you simply delete them from the project you are moving to or do you add them to the ignore list?
for bin files usually ignore it.
svn propedit
Add the following:
\src\
\src\XXX\
\src\XXX\bin\
\src\XXX\obj\
just add bin/obj folders to ignore list