Design Management System
- Started
- Last post
- 6 Responses
- Al_dizzle
I need a better way to control versioning for my team, I was going to test drive abstract https://www.goabstract.com/
But before going all in, I wanted to see what others were using to manage multiple projects with multiple version across multiple designers.
Our current folder system on the shared server is not scaling well. Anybody here have process tips they can share?
- Mattjanz3n0
We put together a pretty decent folder+naming structure, but I mean.. versioning is still just filename-v1 v2 etc inside of the folders. Admittedly, it's not amazing and could likely be better. But I've yet to actually not be able to find the latest versions of something even a year later.
I would be really interesting to see what others are doing!
- I should mention that we're all in the same office.Mattjanz3n
- yeah thats how Ive set it up as well... but im running into issues where two designers will open the same file and conflicts start to appear.Al_dizzle
- zaq0
- zaq0
I use Invision with Sketch which has version control on the preview side.
- spot130
I started using git to manage all files in a project (including psd's and sketch files) last year when Github added support for large files and it's been great to be able to roll back changes: https://git-lfs.github.com/
...and you can use Source Tree as a gui so you don't have to use the terminal to manage your repository.
- This abstract tool is a bit like git. You have a master, and you branch off any changes from the master, and push them back once done.Al_dizzle
- SlashPeckham0
Been using Abstract for a few months now - its pretty much Github for sketch. (Branch from master at the beginning of the day and merge back to master at the end.) The project I'm working on has three teams in three continents working on the same files - we couldn't do this without Abstract.
We don't need our server - everything is stored on Abstract.
- Hayoth0
What type of work