OpenDCL Forums

OpenDCL => Site Management => Topic started by: Fred Tomke on August 23, 2009, 11:42:11 PM

Title: Zipped sourcecode
Post by: Fred Tomke 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
Title: Re: Zipped sourcecode
Post by: owenwengerd 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.
Title: Re: Zipped sourcecode
Post by: Danielm103 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
Title: Re: Zipped sourcecode
Post by: Fred Tomke 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
Title: Re: Zipped sourcecode
Post by: Danielm103 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
Title: Re: Zipped sourcecode
Post by: owenwengerd on August 25, 2009, 06:09:45 AM
I am uploading the 6.0 source code now to SVN.
Title: Re: Zipped sourcecode
Post by: velasquez on October 01, 2009, 03:01:10 PM
What is SVN?
Title: Re: Zipped sourcecode
Post by: Kerry on October 01, 2009, 03:09:40 PM
SubVersioN

Version Control Software.
added:
http://svnbook.red-bean.com/en/1.5/index.html (http://svnbook.red-bean.com/en/1.5/index.html)
Title: Re: Zipped sourcecode
Post by: velasquez on October 01, 2009, 03:36:54 PM
Please how to find the files of OpenDCL there?
Title: Re: Zipped sourcecode
Post by: Fred Tomke 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 (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
Title: Re: Zipped sourcecode
Post by: owenwengerd 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/ (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 (http://opendcl.svn.sourceforge.net/viewvc/opendcl/Trunk/Common/PictureBox.cpp?r1=231&r2=230&pathrev=231)
Title: Re: Zipped sourcecode
Post by: Fred Tomke 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