Hi,
I am looking for an app to help me keep track of the assets that we make on the art side of our development team.
The art time is really small (3-5 people) so the assets are not a whole lot but we are getting to the point where it's getting hard for us to keep track of everything.
Since we are an indie team a free solution (even with a file size cap) would work.
thank you,
Replies
Trello is free, though you can upgrade for more features last time i checked.
Bitbucket seems to be perfect for your teamsize and it is free for up to 5 people.
Appearantly Trello is integrated into Bitbucket as well.
That being said I never used Bitbucket.
That said, im not sure if git is really the best solution for you, your programmes will probably love it, but I fear your regular artists might be a bit overwhelmed by it.
the real question is more - do you need versioning on a commit base or is file-based good enough? this will lead you either to cloud storage or a more sophisticated vcs. So googledrive/dropbox might work fine for you, but youll be unable to branch, go back in history etc.
For VCS I think svn, git (probably with LFS), perforce etc. should all do what you want, but its a bit up to you what you can afford, and how flexible(or complex..) you want your system.
As mentioned you can look int other solutions like Perforce or Git LFS (which works with Bitbucket as well).
But I would recommend a simple file structure like your own server or Dropbox, GoogleDrive and the like. The reason is simple, if you use a verison controll system like Git you have to update all the content and I wonder why would you do that?
Mostly artists only need a bunch of files, copy them to their machines, make their changes and send them back to the server.
Also from experience artists are bad at Git and SVN conflict handling and tend to break stuff, no offence
It is also good to use ProjectManagement software like Trello, Jira or so. This displays who is working at what to reduce conflicts and to make sure that anything is up to date.
The comments about conflicts is definitely true, however the most issues I had with VC personally was when i just started using it in general.
When I worked with remote artists and VC, it took more time than I'd like to admit to get them to use it efficiently.
Anyway you can try looking into a nasbox as well. This will require you to spend some money on one of them, but you will basically have your own server you can use VC with.
There is also FreeNas. If you have a spare computer lying around, with sufficient storage, you could get it to run Freenas.
But yes the biggest problem is with extremely large file sizes and what I primarily want is to have version control and Tracking version-ed files next to specific tasks.
The benefits of this is homogeneity with the dev-team.