Installing and running Subversion

2019-08-17 02:29发布

问题:

I installed the setup wizard for subversion "Setup-Subversion-1.7.5" But how do I run Subversion? After the installation is complete I do not see any program to run in any directory. The ReadMe file does not help me either.

Basically, what do I do after the installer is done running?

Thanks!

回答1:

Check out the subversion manual its a really great book that explains everything.

You can download it for free or search it online. They offer multiple formats. Its even available in different languages.

You usually start with creating a repository. Make sure you planned it before.

If you already have a repository you can start checking something out.



回答2:

You can use the command prompt to work with SVN once you have it on your system. If you want a user interface, download TortoiseSVN which is a shell extension, so keep this in mind when using it, i.e. right click any folder and you will have a TortoiseSVN menu which is called the repo browser ( i think) open that and it will display the UI.

Alternatively if you work within eclipse there are a range of plug-ins you can use. Subversive and Subclipse are two well known plug-ins.

Hope this answers your question



回答3:

It was integrated into Windows Explorer, so you should see new menu items in its context menu.

But to use it like a pro, you should read this http://svnbook.red-bean.com/ book