c++ - Update remote File using Eclipse's RSE Plugin -


i've installed remote system explorer plugin eclipse , set ssh connection our development server using public key authentication , custom port (not sure if of these customisations relate problem).

however browsing file system works great , can create folders , files. e.g. /tmp/foo/bar.txt can't figure out "push" changes i've did server.

so problem open file, write text , save in eclipse. asterisk next file names vanishes (indicating it's save) , if close re-open file in eclipse changes present. they're not visible on server. e.g. doing changes .html file won't show changes in web browser or cat bar.txt (mentioned earlier) produces empty output.

creating folders or files working intended updates file contents not shown on remote system though they're persist in eclipse.

is there button i'm missing update "local" changes "remote server". can rid off caching? we're working in team it's crucial our files date , having caching spoil fun :(

my ide configuration : eclipse ide c/c++ developers version: juno service release 2 build id: 20130225-0426

get handle ifileservice hosting file ... gives ability upload files.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -