views:

42

answers:

1

I have a repository already online, but I want to commit what I have on my hard drive and disregard what is on the online repository.

I know I can do an initial checkout on a blank folder, then delete the downloaded files, paste the new files to the folder in Windows Explorer and then do a commit. But I'd rather skip this step. There must be a way to do this. Right?

+2  A: 

You can delete files directly in the repository in TortoiseSVN's "browse repository" dialog. There, you can also add files from your local drive directly using "Add..." or doing a simple drag and drop.

Pekka