include .git to remote sync

could not find how to include .git folder to remote sync procedure : from local to remote.

pls assist

6 comments
Comment actions Permalink

also .project tree doesn't show .git folder, how to enable this? 

0
Comment actions Permalink

Could you explain your remote sync procedure?

 
0
Comment actions Permalink

sync local files to remote target host, where is a build process,

seems it now works - I removed git name from exclude symbols in remote sync options dialog

however second question is still actual - how to show .git folder in local project tree? 

0
Comment actions Permalink

If you want to see the .git folder, you need to remove it from the ignore list in the File Types settings.

 
1
Comment actions Permalink

by the way - scopes is a good thing , but it doesn't work properly for my project:

the project contains a few folders like:

<root>/c++

<root>/c

<root>/python

<root>/java

.....

(implemenation of API for different language clients)

 

if I select (to scope) 'c++' it creates a filter: 

file[<root>]:c++//*

however it creates a scope for 'c' subfolder

0
Comment actions Permalink

I use this to solve my problem:

preferences->Deployment->Options

See the right side of the window, and remove all context those in "Exclude items by name".

Then remove all old files in the remote host, sync again, that should be working.

1

Please sign in to leave a comment.