I'm having some issues using TortoiseSVN/SVN with working folders and the .SVN folder.
Say I have a structure like the following:
trunk/
src/
sdk/
lib/
If I wanted to check out the src folder and sdk folder but NOT the lib folder and I do a checkout on the two folders separately, the .SVN folders will be under both src/ and sdk/.
How, then, would I get the /trunk/ folder itself under source control? If I do a checkout then it will checkout everything including the lib folder, unless I limit the depth, in which case it won't know about any subfolders.
Really what I need is some way to sync folders.
Any suggestions?
Thanks!