I have configured scm-manager, and able to create a new SVN repository in it. But there is no option for importing data into it. I would appreciate you, if you could help on this.
Asked
Active
Viewed 590 times
0
-
Try to do it commandline. Best way to learn version control... – Kurt Van den Branden Aug 04 '16 at 07:30
2 Answers
0
SCM Manager is a server for your source code repositories. It doesn't provide client functionality through it's web application.
You need a Subversion client to commit your files to the Subversion repository. Your IDE may include such client or you use a standalone client like TortoiseSVN if you're under Windows or the command line tools which are available for all OS.

DaSilva2010
- 462
- 6
- 16
0
For SCM-Manager 2 the editor plugin can be installed, which allows editing through the web interface.

sdorra
- 2,382
- 18
- 16