the " / " Keeps showing up in my local changes version control

Hi there,

I recently re-formatted my entire system. I have the entire project loaded and logged in. However I keep having the " / " showing in my local changes. I try to discard it and it still pops up. Im not sure how to get rid of it. I dont know if its a great idea to check that root “/” in either.

please let me know if you have any idea on this.

thanks!

It’s a root directory.

yes , but how do I get rid of it from the local changes?

You don’t remove it. The root directory is basically the highest level directory.

yea, But its in the local changes area. Im worry that down the road, I would end up working with tons of file and accidentally check that root folder in. and if that root folder gets checked in, what would happen? nothing Im assuming. Apologies, Im quite curious .

Nothing bad would happen. Don’t worry. If it’s unchanged, it won’t be sent.

Also I’d advise against using Unity’s source control and use svn, git or mercurial. Not only it isn’t too good (one day my friend showed me the asset server… cannot unsee), but you also need team license for it. When using git or mercurial, all you need is git or hg binary and basic knowledge about VCS you’re using.

thank you darkhog, You made me confident working with it in the local changes. Thanks!~