Re: Just one more thing with subversion
I don't know why I have this block on Subversion, I just seem to find it so complicated! Yet, I program all sorts of stuff, without this kind of confusion!
I have my code that I have written, which I assume is "working copy", in c:\develop\proj1. I created a new folder, c:\develop4\svnproj1.
I went into the svnp1 folder, right clicked to bring up TortoiseSVN, then "create repository here". Then I couldn't find a way to import the files from proj1. Eventually, I went to proj1, and with TortoiseSVN, imported the files.
proj1 doesn't have any of the files marked (I would expect them to have a green tick). Repo-browser shows me all the files in file:///C:/develop/svnproj1, but I can't see any of them with Windows Explorer.
So now I copy my original work files to a safe folder, then export all the files from svnproj1, and the green ticks have appeared. So I guess that I have it now. And I think that is what you were suggesting.
One last question - how do I get the files from the repository (svnproj1) to the online server?
|