Skip to content
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

[Feature Request] Commit specific diagrams / objects #98

Open
VinceAxe opened this issue Apr 9, 2019 · 4 comments
Open

[Feature Request] Commit specific diagrams / objects #98

VinceAxe opened this issue Apr 9, 2019 · 4 comments

Comments

@VinceAxe
Copy link

VinceAxe commented Apr 9, 2019

It would be nice to select the content to commit, instead of what is saved.

Use Case :

  • I make some changes in 2 diagrams
  • I would like to commit the first diagram changes only
@jbsarrodie
Copy link
Member

That would be nice, but this can't be done (at least not without lot's of work) because committing a diagram also requires to commit changes done on objects that appear in the diagram.

@VinceAxe
Copy link
Author

VinceAxe commented Apr 9, 2019

I don't know how Archi works on that side :
I have two diagrams with an object
I change the name of the object in the model tree
What does the git-diff shows ?

  • a single file change for the object ?
  • three changes for the three objects ?
    More over : I change the name of the object through a diagram
    same question, same answer ? different answer ?

@jbsarrodie
Copy link
Member

I change the name of the object in the model tree
What does the git-diff shows ?

a single file change for the object ?

Yes

I change the name of the object through a diagram
same question, same answer ?

Same answer ;-)

@jbsarrodie
Copy link
Member

At the end, each archimate concept (element and relationship), each folder and each view ends up in a single XML file (one per concept, folder or view).

For more details, see https://github.com/archi-contribs/archi-grafico-plugin/wiki/GRAFICO-explained

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants