Starting New #186
Unanswered
mdavidovichHst
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think the answer to a lot of your questions comes down to configuring mappings for server-side name to location on disk. I've never tried "Add" on the top-level isfs folder - but suspect that if you added more granularly, that would work just fine. Among server-side source control extensions for InterSystems' platforms, there has been a convention in the past of separating files by type (/cls for classes, /rtn for routines, /inc for include files). You can customize this using mappings in the extension configuration. Through this approach, certain packages may be mapped - you wouldn't map (or track) Ens/EnsHL7/etc, just your own code. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Got everything setup and working. Was able add/track a file no problem. Thought the next step was to Add everything from my app so that I could have it in the local file system and then push to the remote to. Assume that there's no existing remote repository and this is the first time we are pushing the app to a remote to enable better dev practices.
I right clicked the top level 'isfs' for the namespace and did the Add. Got this error:
A few things I noticed:
Other Questions:
Lots to discuss but I have learned that if I'm asking then there's probably someone else asking too. I hope this is helpful to other's trying this out.
Beta Was this translation helpful? Give feedback.
All reactions