1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
</head>
<body bgcolor=white>
<table width=100% border=0>
<tr>
<td width="25%" valign=top>
<p>
<h3>Help Sections</h3>
<p>
<ul>
<li><a href="mainwindow.html">Main Window</a>
<li><a href="login.html">Login</a>
<li><a href="config.html">Configuration File</a>
</ul>
<p>
<h3>Create Release</h3>
<ul>
<li><a href="new_release.html">New Release</a>
<li><a href="file_selection.html">File Selection</a>
<li><a href="progress.html">Progress</a>
</ul>
<p>
<h3>Edit Release</h3>
<ul>
<li><a href="edit_release.html">Select Release</a>
<li><a href="edit_release_details.html">Details</a>
<li><a href="edit_release_files.html">File Selection</a>
<li><a href="release_status.html">Edit Release Status</a>
</ul>
<h3>Other</h3>
<ul>
<li><a href="preferences.html">Preferences</a>
<li><a href="news.html">Submit News</a>
<li><a href="freshmeat_setup.html">Freshmeat Setup</a>
<li><a href="freshmeat_release.html">Freshmeat Release</a>
<li><a href="email_setup.html">Email Address Setup</a>
<li><a href="email_announcement.html">Email Announcement</a>
</ul>
</td>
<td width="75%">
<h1>Edit Release File Selection</h1>
The file selection page of the ReleaseForge release wizard allows you easily add files for the current release.
Any files that you add will ultimately be uploaded to SourceForge and selected for inclusion for this release. Similarly, if you
wish to delete a file from the current release, you can do so. If you wish to update a file you must first delete it and then
re-add it.
<p>
<center>
<img src="edit_release_files.png"><br>
<font size="-1">The Edit Release Files Selection page</font>
</center>
<p>
<h2>Adding Files</h2>
If you wish to add files to the current release, simply click on the <i>Add files</i> button to bring up the file selection
browser.
<p>
<center>
<img src="add_files.png"><br>
<font size="-1">The add files button</font>
</center>
<p>
After you indicate which files to include, you will notice that ReleaseForge attempted to guess the file type.
If successful, the file type of each file will be updated. If ReleaseForge is unable to guess the file type, it
will default the choice to <i>Other</i>. You can override this value as necessary using the dropdown.
<p>
Additionally, the processor type for your files will default to <i>Any</i>. If this is incorrect you can use
the appropriate dropdown to satsify your requirements. Additionally, you can use the dropdown below the file
selection table to update the processor for all files.
<p>
<center>
<img src="set_processor.png"><br>
<font size="-1">Set processor for all files</font>
</center>
<p>
<h2>Removing Files</h2>
If you accidentally add a file which is not part of your release, simply highlight each file and press your
<i>right mouse button</i> to bring up a menu. All highlighted files will be removed from your release.
Additionally, if a file is currently part of the release that you wish to remove, follow this same procedure. Once your release is
finalized, ReleaseForge will delete any files that were part of the release that are no longer listed here.
<p>
<h2>Updating Files</h2>
If you wish to update a file for your edited release you must first delete it (as described above) and then use the <i>Add
Files</i> button (described earlier) to re-add it. This is necessary because SourceForge does not know the fullpath of the given
file in your filesystem (that is, if you are updating <i>/tmp/dist/myfile.zip</i>, SourceForge is only aware of the filename,
<i>myfile.zip</i> so it is impossible for ReleaseForge to know where to find <i>myfile.zip</i> in your filesystem).
<p>
Internally, ReleaseForge keeps track of which files are new, which files are edited (processor, file type) and which files have
been removed. When finalizing the release, ReleaseForge will add the new files, update the existing files and delete the removed
files from SourceForge, as necessary.
<p>
Once you are satisfied with the edited releases you can proceed to the next step.
Press the <i>next</i> button to continue.
<p>
<center>
<a href="progress.html"><img src="next.png" border="0"></a><br>
<font size="-1">Advance to the next step</font>
</center>
<p>
</td>
</tr>
</table>
</body>
</html>
|