Wrecked Games

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're just that awesome.

Author Topic: CVS Access  (Read 4432 times)

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2653
    • View Profile
    • http://www.wreckedgames.com
CVS Access
« on: February 21, 2007, 09:12:05 PM »

Just for reference sake, here is the page describing how to grab OIS from cvs.
http://sourceforge.net/cvs/?group_id=149835
« Last Edit: August 10, 2008, 04:52:44 PM by pjcast »
Logged

Klaim

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 9
    • View Profile
Re: CVS Access
« Reply #1 on: December 30, 2008, 06:18:29 AM »

Hello!

I'm currently setting my project svn to get the libs I use directly from the lib developper's svn (getting a tagged version instead of trunk) by using svn externals properties.

OIS is the only lib I cannot currently get by the external property because it's on CVS...

Will there be any svn copy of the current cvs?
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2653
    • View Profile
    • http://www.wreckedgames.com
Re: CVS Access
« Reply #2 on: December 30, 2008, 07:53:15 AM »

I haven't really planed on doing that, but perhaps I can migrate to SVN for OIS.
Logged

Klaim

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 9
    • View Profile
Re: CVS Access
« Reply #3 on: December 30, 2008, 11:49:47 AM »

If you don't mind and it don't take you too much time, that would at least help my project :)

I know that there is a tool to put a full  cvs history to a new svn, but i never used it. I know it can take a lot of time if you have a big commit history... but at least it's automatic.
Logged

scanmaster_k

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 2
    • View Profile
Re: CVS Access
« Reply #4 on: January 27, 2010, 12:58:00 AM »

Hi, I can't gain access to the cvs, I come to a log in window, press enter and it fails.
Im using tortoise cvs and
cvs -d:pserver:anonymous@wgois.cvs.sourceforge.net:/cvsroot/wgois login
to login, is it me or something else?


Thanks
Krister
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2653
    • View Profile
    • http://www.wreckedgames.com
Re: CVS Access
« Reply #5 on: January 28, 2010, 09:41:55 PM »

You actually don't need to login to use CVS.

Try just:
cvs -z3 -d:pserver:anonymous@wgois.cvs.sourceforge.net:/cvsroot/wgois co -P ois
Logged

tdev

  • Regular
  • *
  • Karma: +0/-0
  • Posts: 20
    • View Profile
Re: CVS Access
« Reply #6 on: March 12, 2010, 03:17:45 PM »

could you please convert to SVN? this is the only project where i have to use CVS to get the latest stuff.

maybe convert the 1_2 branch to a google code project?
http://code.google.com/hosting/

if you dont have time to do this, i could open the project for you there as well.
Logged

tdev

  • Regular
  • *
  • Karma: +0/-0
  • Posts: 20
    • View Profile
Re: CVS Access
« Reply #7 on: March 12, 2010, 03:47:46 PM »

so i stripped the buildsystems from the 1_2 branch and replaced them with cmake: http://thomasfischer.biz/?p=351
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2653
    • View Profile
    • http://www.wreckedgames.com
Re: CVS Access
« Reply #8 on: March 28, 2010, 05:49:01 PM »

I'm not really sure how I feel about CMAKE. I've used it elsewhere (OGRE, other things)...

I don't think I would really want to fiddle with it for things that are already working OK (XCode, Autotools). Though, I would be willing to perhaps offer it as an option for compiling/building project files. If it could work side-by-side with current project files already in CVS.
Logged

tdev

  • Regular
  • *
  • Karma: +0/-0
  • Posts: 20
    • View Profile
Re: CVS Access
« Reply #9 on: April 01, 2010, 12:12:53 AM »

I'm not really sure how I feel about CMAKE. I've used it elsewhere (OGRE, other things)...

I don't think I would really want to fiddle with it for things that are already working OK (XCode, Autotools). Though, I would be willing to perhaps offer it as an option for compiling/building project files. If it could work side-by-side with current project files already in CVS.
now that you are using SVN, i will happily provide a cmake buildsystem (-patch) for you :)

also, i have fired up a new redmine instance: http://redmine.rigsofrods.org/projects/ois
if you want to use it, let me know and register  there and you will get manager rights for the project.

thank you for switching to svn :)
Logged

dermont

  • Regular
  • *
  • Karma: +0/-0
  • Posts: 23
    • View Profile
Re: CVS Access
« Reply #10 on: April 01, 2010, 01:30:19 AM »

I'm not really sure how I feel about CMAKE. I've used it elsewhere (OGRE, other things)...

I don't think I would really want to fiddle with it for things that are already working OK (XCode, Autotools). Though, I would be willing to perhaps offer it as an option for compiling/building project files. If it could work side-by-side with current project files already in CVS.

For svn (revision 5) I think you need to run dos2unix on bootstrap, configure.ac and the Makefile.am's to convert to Unix line-endings. I can post a patch if you want. Hopefully you will still retain the autotools build.  

Edit: submitted patch to tracker.
« Last Edit: April 01, 2010, 01:38:47 AM by dermont »
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2653
    • View Profile
    • http://www.wreckedgames.com
Re: CVS Access
« Reply #11 on: April 01, 2010, 06:13:45 PM »

Thanks for the feedback. Line endings are committed and Linux code compiles and runs fine here now.

Yes, I plan to keep the autotools. I do not see getting rid of them, they work fine as is.. and do work in cross compilation situations as well. Not sure how cmake fairs there.

Though, I may add a cmake folder to make alternative project files and then just keep the three latest: Xcode, VC9, autotools.
Logged

dermont

  • Regular
  • *
  • Karma: +0/-0
  • Posts: 23
    • View Profile
Re: CVS Access
« Reply #12 on: April 01, 2010, 06:32:06 PM »

Yes, I plan to keep the autotools. I do not see getting rid of them, they work fine as is.. and do work in cross compilation situations as well. Not sure how cmake fairs there.

In general CMake works pretty well for cross-compiling. On Linux when cross-compiling for MingW there are some case sensitivity issues with the OIS headers.
 
https://sourceforge.net/tracker/?func=detail&aid=2980899&group_id=149835&atid=775955
Logged