Using Git as a versioned data store in Python
newartisans.com
Using Git as a versioned data store in Python
1–7 of 7 posts
Re: Using Git as a versioned data store in Python
#2It would be handy in a game development context for artists, who often edit scores of assets at a time and chafe at programmer-style version control. Thoughts?
Re: Using Git as a versioned data store in Python
#3Was thinking of making a file system notification observer to auto-add changed files to a git index on an external drive or server. Like Time Machine on a micro scale. It would be handy in a game development context for artists, who often edit scores of assets at a time and chafe at programmer-style version control. Thoughts?
Re: Using Git as a versioned data store in Python
#4Was thinking of making a file system notification observer to auto-add changed files to a git index on an external drive or server. Like Time Machine on a micro scale. It would be handy in a game development context for artists, who often edit scores of assets at a time and chafe at programmer-style version control. Thoughts?
Do you mean something like TortoiseGit, if you were in Windows?
Re: Using Git as a versioned data store in Python
#5Earlier quoted context omitted.
Do you mean something like TortoiseGit, if you were in Windows?
Probably not. Does TortoiseGit commit every time a file changes?
Re: Using Git as a versioned data store in Python
#6Earlier quoted context omitted.
Probably not. Does TortoiseGit commit every time a file changes?
TotoiseGit, as far as I can tell, is still in the discussion and planning state, but it is the natural progression of TortoiseCVS and TortoiseSVN. They are effectively plug-ins to the Windows Window Explorer (not to be confused with Internet Explorer). You can see the state of files by the icon's color or shape. You can right click files or folders to perform version control functions. the nice thing is that the appl…
Re: Using Git as a versioned data store in Python
#7Was thinking of making a file system notification observer to auto-add changed files to a git index on an external drive or server. Like Time Machine on a micro scale. It would be handy in a game development context for artists, who often edit scores of assets at a time and chafe at programmer-style version control. Thoughts?