opennetCF latest code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Maybe I did not look everywhere but I can't find something like a zip file
of the latest source code. So I could just download, open the projects and
play around.

I can browse the source fine and that's convenient, but I'd rather be able
to grab the whole (even unstable) thing to have it locally.

Just asking :)
Thanks

Sitar.
 
No, there's no ZIP file of the latest code. You can log on to the source
control vault and extract the latest, but imagine what we'd have to do to
keep a ZIP file up-to-date all the time!

Paul T.
 
A batch file with a zip command would do.
The reason I'm asking is that I've been spending the last 45 mins doing
save+cut and paste as there are quite a lot of differences with the latest
source code and version 1.2. I could not just get only the latest code for
the control I need. I had to get over 15 other files and I still have missing
properties when I build. Windows.Forms and Win32 seem to have undergone major
changes.

That's why I thought maybe a prerelease from time to time could be nice.

Don't get me wrong guys, you do a great job. I'm just too eager to get the
next release :)

Cheers,
Sitar.
___
 
No, it would have to be checked out to somewhere on some computer and then
the batch file would have to be executed. So, someone would have to monitor
the state of the vault, check out new files as they come in, etc.

I don't blame you for wanting the latest. The best way *is* to get it via
the vault. That's the *only* way to be sure it *is* the latest...

Paul T.
 
Wouldn't using the Vault package, right clicking on OpenNETCF and then
"Get Latest" into your working directory give you "something like a zip
file of the latest source code" ?
 
If you install the vault client yourself you can easily pull down multiple
files from the vault as and when required so you don't need a pre-prepared
zip file. Using the vault client would be the quickest way to get all the
files for a project rather than pulling individual files from the web
interface.

Peter
 
Oops... I thought I can only use the web interface...
My apologies everyone...
It works fine. Thanks!

Sitar.
___
 
Back
Top