x


Unity & subversion (without Unity Pro)

hi, what options do have for putting my project under svn version control, OTHER than pro version and asset server? what do i have to take care of? which files should go into svn? thanks, flexrails

more ▼

asked Dec 07 '09 at 08:45 PM

flexrails gravatar image

flexrails
706 29 35 55

(comments are locked)
10|3000 characters needed characters left

3 answers: sort voted first

This question has already been asked multiple times. See this:

http://answers.unity3d.com/questions/4932/

more ▼

answered Mar 23 '10 at 02:25 PM

runevision gravatar image

runevision ♦♦
8.1k 29 46 112

(comments are locked)
10|3000 characters needed characters left

Here's the documentation for the SVN that works through what/how to ignore things

http://unity3d.com/support/documentation/Manual/ExternalVersionControlSystemSupport.html

more ▼

answered Dec 07 '09 at 10:32 PM

davebuchhofer gravatar image

davebuchhofer
492 7 11 24

That documentation is just for Pro, he said "other than pro version". Flexrails, I have found that almost everything in your project directory is needed. You can exclude the Library/ScriptAssemblies directory as that is regenerated every time code is recompiled, but all the metadata files and such you are stuck with. I would suggest looking through some of the other threads on strategies for dealing with VCS + Unity, it is a pain.

http://forum.unity3d.com/viewtopic.php?t=43119 http://answers.unity3d.com/questions/1235/version-control-workflow

Mar 17 '10 at 09:24 PM dkoontz
(comments are locked)
10|3000 characters needed characters left

After 3.5 SVN is supported in unity free as well. You should just go to Edit/Project Settings/Editor window and then enable meta files for version control. If you have pro you can choose text based serialization in this window as well. Text serialization allows merging of scene and prefab files.

If you use windows and tortoiseSVN on windows, we have a small product on asset store to use SVN in unity easier. Click here to see the package.

You just need to put Assets and Project settings folders on version control. Don't put library or visual studio/mono develop solution files under version control. If you are using binaries like dlls and so's for android or ... don't forget to remove them from ignore list if you want them to be moved between users as a part of version control.

more ▼

answered Sep 11 '12 at 01:23 PM

Ashkan_gc gravatar image

Ashkan_gc
9.1k 33 56 117

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x51
x50

asked: Dec 07 '09 at 08:45 PM

Seen: 13648 times

Last Updated: Sep 11 '12 at 01:30 PM