• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

I want to download the latest CSV Version (compiled)

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everybody,

I want to download the latest CSV Version. But my problem is that I am behind the firewall of my company.

Further more I am to stupid to compile source files, but it's really important for me to have the latest version, because ot the upload bug and the avatar bugs within version 2.1.6.

Maybe somebody of you can send me a link where I can download the latest compiled csv version!

Please, please!

Thank you!


[originally posted on jforum.net by chandler]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
do you mean the CVS Version? If yes, the probably you can take the head from the CVS, and the use the ant build file to build the source.

Let us know, in case you need instructions to build the source
[originally posted on jforum.net by pankajvermani]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

thxs for you reply. Actually I don't know how to build the source code. An instruction would be helpfully.

But furthermore I have no access to the cvs source, because I am behind a firewall and wincvs doesn't work.

An already compiled latest version would be the best. Maybe you can put it somewhere for download!

Thank you!

[originally posted on jforum.net by chandler]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
there's another thread "CVS for dummies help" in the Questions forum about building from source.

However, I know you're wanting pre-compiled cvs: you should try to compile this yourself so you do not have to trust someone else (unless it's the developers).

my guess is that your cvs client needs to be configured correctly because firewalls will usually allow client connections that are initiated from the inside to work.

and usually, you configure a cvs client with: CVS_RSH=ssh
...and ssh is standard and usually allowed thru a firewall.

however, with a windows cvs client I don't whether it will provide its own ssh or look for an ssh client that you happened to have installed, so you might have trouble there.
[originally posted on jforum.net by ken0]
 
reply
    Bookmark Topic Watch Topic
  • New Topic