I’m working on my laptop on a source-controlled project, but now I want to move my work to my desktop. The thing is, I can’t commit because the changes are still work-in-progress.
- A solution may be to Export, but as far as I know that doesn’t take
into account file deletion (which I did). - Another solution would be to make a patch and apply on the desktop, but the last time I tested, it didn’t take into account binary files (which I have created and modified).
I don’t have admin privileges, so I can’t create a new branch.
Any other solution / workaround? Thanks!
Just copy the whole working copy including the hidden .svn folder over to your desktop computer.
Zipping first is allowed as well.