Upload project's source code to Subversion repository
Added by Jack Peng almost 10 years ago
Hi all,
I have installed Redmine + Subversion in Ubuntu 12.04 LTS successfully.
and each project can has its own repository.
Directory: /var/lib/svn/<project_name>
and I can use browser to view the repository.
"http://192.168.1.85/svn/<project_name>"
but it only display as follow:
------------------------------------------------
<project_name> - Revision 0: /
Powered by Subversion version 1.6.17 (r1128011).
------------------------------------------------
how can I upload project's source code to subversion server?
using subversion client? or can browser do it?
would you help to give me some instrouctions?
Best regards!
Jack Peng
Replies (1)
RE: Upload project's source code to Subversion repository - Added by Jack Peng almost 10 years ago
Now I can use TortoiseSVN in local PC to upload source code to SVN server.
but I don't know why my redmine cannot have "view different" function for different version.
I setup two Redmine.
one is install from source package,
Redmine 2.6.0 version
this version doesn't have "view different" function.
anthter is install from BitNami
Redmine 2.2.3 version.
this version have "view different" function.
please refer to attached capture.
is it the Redmine 2.6.0 missing some plugins?
or I missed config some settings?
2.2.3 info.JPG (35.4 KB) 2.2.3 info.JPG | Redmine 2.2.3 information | ||
2.6.0 info.JPG (59.3 KB) 2.6.0 info.JPG | Redmine 2.6.0 information | ||
2.2.3 repo.JPG (54.7 KB) 2.2.3 repo.JPG | Redmine 2.2.3 repository | ||
2.6.0 repo.JPG (46.4 KB) 2.6.0 repo.JPG | Redmine 2.6.0 repository |