Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] version control of non-files

Hi,

I would like to ask if it is possible to version control non-files? I have some resources I could model as files like file name, file path, file attributes (to some extent) and content but are not actual files.

My idea was that perhaps I could implement some interfaces which will support my specific use case. My problem is that I don't know where to start looking in the project source code. Any tips and hints would be great.

Thanx in advance.

Mihael

Back to the top