• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Tutorial] RSBuild Incremental Update

Joined
May 18, 2013
Messages
852
Reaction score
323
So, i think the creator of the thread erased how to, pretty much this scans existing RSBuild BIN files, scans them, and makes faster updates.
How to do it

In RSBuild.xml, search for
Code:
<!--  set base archive for incremental update  -->

Below it should be like

Code:
<!-- <base file="C:\inetpub\wwwroot\wz\wz4711040D"/> --!>
Remove the <!-- on both sides
Change
\inetpub\wwwroot\wz\wz4711040D to your BIN directory, and change wz4711040D to your most recent RSBuild generated BIN File.
 
Joined
Sep 3, 2013
Messages
903
Reaction score
227
Ok thanks , and every time I do an update I have changed the :
Remove the <!-- on both sides
Change
\inetpub\wwwroot\wz\wz4711040D to your BIN directory, and change wz4711040D to your most recent RSBuild generated BIN File.

to the last bin which to generate?
 
Junior Spellweaver
Joined
Jan 6, 2014
Messages
175
Reaction score
7
I really don't get it. I did this incremental and just generated two files, one with 8mb and another one with 103 bytes.

LIKE? WTF
 
Initiate Mage
Joined
Oct 19, 2015
Messages
2
Reaction score
0
when we change code I have to do whole rsbuild?
Ido not understand
 
Joined
May 18, 2013
Messages
852
Reaction score
323
when we change code I have to do whole rsbuild?
Ido not understand
I don't understand how you DON'T understand. I probably write a stupid in-depth tutorial and of course there will always be this guy who doesn't have a clue whats going on.

The whole point of Incremental build is to scan the current bin files, and make smaller bin files that contains the edited files. This means RSBuild will take around 5 minutes instead of an hour on a full build.
 
Back
Top