Author Topic: Zipped sourcecode  (Read 16631 times)

Fred Tomke

  • OpenDCL Technician
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2120
Zipped sourcecode
« on: August 23, 2009, 11:42:11 PM »
Hello, at https://sourceforge.net/projects/opendcl/files/ the zipped sourcecode cannot be found. Is it planned to use only SVN to get the sourcecode?

Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

owenwengerd

  • Administrator
  • Hero Member
  • *****
  • Posts: 3101
    • Outside The Box
Re: Zipped sourcecode
« Reply #1 on: August 24, 2009, 06:43:05 AM »
With SourceForge now displaying all files en masse when browsing files, I decided to eliminate one file from the list in order to minimize the confusion of downloaders (and to minimize the time I have to wait for uploads to complete). Perhaps once we have our custom download page working, the confusion will be less of a problem and I can reinstate the source file.

Danielm103

  • Member
  • *
  • Posts: 20
Re: Zipped sourcecode
« Reply #2 on: August 25, 2009, 12:48:02 AM »
Hi Owen,
would it be possible for you to upload the zipped source for 6.0

Thanks

P.S. I think the source should not be eliminated from the downloads, just to have one less file.
IMHO, it's the whole spirit of openDCL and is kind of expected from a place like sourceForge
Copyright© 2007 Daniel Marcotte, This posting is provided “AS IS” with no warranties and confers no rights

Fred Tomke

  • OpenDCL Technician
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2120
Re: Zipped sourcecode
« Reply #3 on: August 25, 2009, 03:54:30 AM »
Hi, Danielm103, I suggest you to use SVN. Using this, you are able to download only the newly changed files to decrease the amount of data to be transferred. And you have the chance to see, what was changed and you can turn back to an earlier release. Only advantages ...  ;)

Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

Danielm103

  • Member
  • *
  • Posts: 20
Re: Zipped sourcecode
« Reply #4 on: August 25, 2009, 05:24:19 AM »
I only glanced through the SVN, but I only saw the 5.1 tree so I assumed this is not up todate..
I will look again
Copyright© 2007 Daniel Marcotte, This posting is provided “AS IS” with no warranties and confers no rights

owenwengerd

  • Administrator
  • Hero Member
  • *****
  • Posts: 3101
    • Outside The Box
Re: Zipped sourcecode
« Reply #5 on: August 25, 2009, 06:09:45 AM »
I am uploading the 6.0 source code now to SVN.

velasquez

  • Hero Member
  • *****
  • Posts: 503
Re: Zipped sourcecode
« Reply #6 on: October 01, 2009, 03:01:10 PM »
What is SVN?

Kerry

  • Mesozoic Relic
  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 433
  • class keyThumper<T>
Re: Zipped sourcecode
« Reply #7 on: October 01, 2009, 03:09:40 PM »
SubVersioN

Version Control Software.
added:
http://svnbook.red-bean.com/en/1.5/index.html
« Last Edit: October 01, 2009, 03:13:06 PM by Kerry Brown »
Perfection is not optional.
My other home is TheSwamp

velasquez

  • Hero Member
  • *****
  • Posts: 503
Re: Zipped sourcecode
« Reply #8 on: October 01, 2009, 03:36:54 PM »
Please how to find the files of OpenDCL there?

Fred Tomke

  • OpenDCL Technician
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2120
Re: Zipped sourcecode
« Reply #9 on: October 02, 2009, 03:35:55 AM »
Hi, velasquez,

To create such a SVN project folder (I call it this way) you have to do the following steps:

- Download TortoiseSVN (it's one of many SVN products) at: http://tortoisesvn.net/downloads and install it.
- Create a folder on you data harddisk
- Rightclick on the folder and select SVN Checkout... from context menu.
- Input the address https://opendcl.svn.sourceforge.net/svnroot/opendcl/Trunk and select Fully recursive.
- Click OK and wait a while. The first checkout may take you up to 6 minutes until downloading has finished completely.

After a new release has been published you can download the newly changed or created files or delete file which are not neccessary in future.
- Search for your OpenDCL-SVN-folder.
- Rightclick on the folder and select SVN Update from context menu.
- The new files are downloaded now.

Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

owenwengerd

  • Administrator
  • Hero Member
  • *****
  • Posts: 3101
    • Outside The Box
Re: Zipped sourcecode
« Reply #10 on: October 02, 2009, 12:01:25 PM »
You can double click on any changed file in the TortoiseSVN log to see what changed. You can also do it via the SourceForge web interface here (click on the revision at the top to see what changed in that revision):
http://opendcl.svn.sourceforge.net/viewvc/opendcl/Trunk/

For example, here you can see what changed in PictureBox.cpp:
http://opendcl.svn.sourceforge.net/viewvc/opendcl/Trunk/Common/PictureBox.cpp?r1=231&r2=230&pathrev=231
« Last Edit: October 02, 2009, 12:10:24 PM by owenwengerd »

Fred Tomke

  • OpenDCL Technician
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2120
Re: Zipped sourcecode
« Reply #11 on: October 02, 2009, 12:41:55 PM »
Hm, very nice to know, Owen. Thanks. It took me while to figure out which files were updated and what was changed but once I've got it, it seemed to be easy.

Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]