Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: TTown on February 22, 2008, 05:24:37 PM
-
Hello Everybody,
I think I just don't get it. If I turn around in the right moment I'll probably find it trying to bite me in the butt...
How do I get to an interface to actually do something with the repository I set up in the server-manager?
In the server manager I set up a repository called xo_xs_bhm and enabled all 3 kinds of access. When I access my server now through a browser (firefox) like going to https://my.server.com/xo_xs_bhm it displays a page with a heading "Revision 0: /" a horizontal separator and just one more line: Powered by Subversion version 1.4.6 (r28521). And that is it. No further menus or clues.
Where do I go to check in files?
Thank you
Stefan
P.s.: I am running sme server version 7.2
-
I think I just don't get it. If I turn around in the right moment I'll probably find it trying to bite me in the butt...
How do I get to an interface to actually do something with the repository I set up in the server-manager?
I think you need to read up on subversion, my contrib implements the server part, you now need a Subversion client to instruct the server to do something, have a look in the Subversion book (http://svnbook.red-bean.com/en/1.4/index.html) for more information on Subversion and a list of clients (http://subversion.tigris.org/links.html#clients). I use TortoiseSVN (http://tortoisesvn.tigris.org/) one when working on a windows machine, it integrates perfectly with explorer.
In the server manager I set up a repository called xo_xs_bhm and enabled all 3 kinds of access. When I access my server now through a browser (firefox) like going to https://my.server.com/xo_xs_bhm it displays a page with a heading "Revision 0: /" a horizontal separator and just one more line: Powered by Subversion version 1.4.6 (r28521). And that is it. No further menus or clues.
That seems pretty fine and standard to me.
Where do I go to check in files?
Download a client of your liking (or use the default command line svn client) and check in your source, if you have done that successfully you should see the head revision of your source when visiting the address of your repository in a browser
-
Hello Cactus,
thank you.
So I turned around and it was right there (once you pointed it out to me...).
I installed TortoiseSVN on my clients and everything works like a breeze.
Stefan
-
Hello Cactus,
thank you.
You're welcome.
So I turned around and it was right there (once you pointed it out to me...).
I installed TortoiseSVN on my clients and everything works like a breeze.
Nice to hear that you worked it out. Happy subversion-ing! :-)