Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top