# Should I turn on/off repeatedly to reflect changes of currently developing packages?

**URL:** https://discourse.julialang.org/t/should-i-turn-on-off-repeatedly-to-reflect-changes-of-currently-developing-packages/47560
**Category:** New to Julia
**Tags:** package, revise
**Created:** [September 30, 2020, 11:26pm UTC](https://discourse.julialang.org/t/should-i-turn-on-off-repeatedly-to-reflect-changes-of-currently-developing-packages/47560 "2020-09-30T23:26:28Z")
**Posts on this page:** 1
**Showing post:** 21

<div class="post-metadata">

### Author: ![iHany](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ihany/32/18151_2.png) [@iHany](https://discourse.julialang.org/u/iHany)
#### Post date: [October 1, 2020, 2:15am UTC](https://discourse.julialang.org/t/should-i-turn-on-off-repeatedly-to-reflect-changes-of-currently-developing-packages/47560/21 "2020-10-01T02:15:03Z")

</div>

[Summary]  
I had some trouble with Revise.jl before as mentioned [here](https://discourse.julialang.org/t/revise-jl-randomly-fails-to-notice-rsynced-code-changes/23589).  
`rsync` with option `-I` seems fix the bug. ~~At this time, I’m literally newbie of Julia so I may not figure out what I did.~~

 

~~However, `rsync -I` occurs this issue (Revise.jl cannot trace files).  
Anyway, Revise.jl now works well without `rsync -I`.  
 ~~  
As @ericphanson [said](https://discourse.julialang.org/t/should-i-turn-on-off-repeatedly-to-reflect-changes-of-currently-developing-packages/47560/18), `JULIA_REVISE_POLL=1` will reflect changes for every few seconds.  
If you use write codes in local pc and run the codes in server, `rsync` with option `-I` immediately reflects changes even without polling of Revise.jl.

EDIT: Nah, I found out what have made this error. That was **the precompile with PackageCompiler.jl**. ~~The rsync option does not matter.~~ Probably [this](https://discourse.julialang.org/t/revise-jl-and-packagecompiler-jl-are-not-compatible/47567/3) will explain you.

So I decided to use Revise.jl with `rsync -I` while developing packages.

---

_[View the full topic](https://discourse.julialang.org/t/should-i-turn-on-off-repeatedly-to-reflect-changes-of-currently-developing-packages/47560)._
