-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
suddenly database.properties pop up in my unstaged files in git #10
Comments
Hi Csaba, A quick way to find out which files have actual changes is to stage everything, and then unstage everything. Only the files with actual changes will remain in unstaged after this. Does this explain the problem or is it something else? |
I will tyr to move the files on and off the stage and see what happens. But I believe my problem is deeper than that. Let me try to explain.
To my surprise, the production.nsf ACL was completely rewritten with the ACL on the dev server. In retrospect, it's not such a surprise, since the ACL is stored in the database.properties file. The question is, is this the proper way to move between development server and production server? Shall I just add the database.properties file to my .gitignore? |
I believe the changes to the and other metadata should be filtered out by Swiper, shouldn't they?
recenlty, I see lots of views and forms popping up in my Unstaged changes in git. I am not sure what I am supposed to do to avoid them.
I right clicked on all my forms, views, xPages, ccs, codes and selected Swiper -> filter on each of them.
All filtered files showed up in my git changed files and I staged them and did a commit.
I'll see if these actions will solve the problem.
The text was updated successfully, but these errors were encountered: