I think it's more a question of how you're using fossil. If you are
using it for an actual distributed project, then you probably don't
(or at least might not want) to include suo files. If you are using it
just for vcs as a solo developer, there is no technical reason not to
include the suo file.

SDR

On Mon, Oct 3, 2011 at 9:46 AM, Tomek Kott <tkott.s...@gmail.com> wrote:
> The way I see it, you don't want the user options travelling between
> different users, since they're user options. I don't believe they set
> anything important for the solution itself. At least, that's how I
> understand it.
>
> Tomek
>
> On Mon, Oct 3, 2011 at 11:33 AM, tpero...@compumation.com
> <tpero...@compumation.com> wrote:
>>
>> I also ignore the obj folder. All those files get rebuilt anyway. You
>> might want to keep the suo file:
>>
>> What is an suo file?
>>
>>
>>
>> Tony Perovic
>>
>> Compumation, Inc.
>>
>>
>>
>> From: fossil-users-boun...@lists.fossil-scm.org
>> [mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Tomek Kott
>> Sent: Monday, October 03, 2011 9:56 AM
>> To: fossil-users@lists.fossil-scm.org
>> Subject: Re: [fossil-users] [vb.net] Which files/folders can be safely
>> ignored?
>>
>>
>>
>> for C++ projects based in VS2008/10, I have the following ignore glob,
>> which seems to work pretty well:
>>
>> *.vcxproj.user,*Debug/*,*.suo
>>
>> Probably you can replace vcx with vb. Of course, YMMV.
>>
>> I ignore the debug folders since these are used when building, and I
>> assume I can just build things again to get back the exe from the source.
>>
>> Hope that helps,
>>
>> Tomek
>>
>> On Mon, Oct 3, 2011 at 9:59 AM, Gilles <gilles.gana...@free.fr> wrote:
>>
>> Hello
>>
>>        I'd like to start using Fossil to monitor Vb.Net (2008 Express)
>> projects, and need to know which files/folders I can safely ignore
>> when using the "add" command.
>>
>> FWIW, here's a one form + one module project:
>> ============
>> Directory of C:\Projects\MyApp\WindowsApplication1
>>
>> 03/10/2011  15:04             3.040 Form1.Designer.vb
>> 03/10/2011  15:04             5.814 Form1.resx
>> 03/10/2011  15:08             2.903 Form1.vb
>> 03/10/2011  13:40               194 Module1.vb
>> 03/10/2011  13:36    <DIR>          bin
>> 03/10/2011  13:36    <DIR>          My Project
>> 03/10/2011  13:36    <DIR>          obj
>> 03/10/2011  13:36               934 WindowsApplication1.sln
>> 03/10/2011  13:36             5.678 WindowsApplication1.vbproj
>> 03/10/2011  13:36                74 WindowsApplication1.vbproj.user
>>
>> Directory of C:\Projects\MyApp\WindowsApplication1\bin\Debug
>> 03/10/2011  15:08            27.648 WindowsApplication1.exe
>> 03/10/2011  15:08            58.880 WindowsApplication1.pdb
>> 03/10/2011  15:08            14.328 WindowsApplication1.vshost.exe
>> 03/10/2011  15:08               127 WindowsApplication1.xml
>>
>> Directory of C:\Projects\MyApp\WindowsApplication1\bin\Release
>>               0 File(s)              0 bytes
>>
>> Directory of C:\Projects\MyApp\WindowsApplication1\My Project
>> 03/10/2011  02:51             1.522 Application.Designer.vb
>> 03/10/2011  02:51               510 Application.myapp
>> 03/10/2011  02:51             1.199 AssemblyInfo.vb
>> 03/10/2011  02:51             2.807 Resources.Designer.vb
>> 30/07/2008  06:54             5.612 Resources.resx
>> 03/10/2011  02:51             3.058 Settings.Designer.vb
>> 30/07/2008  06:54               279 Settings.settings
>>               7 File(s)         14.987 bytes
>>
>> Directory of C:\Projects\MyApp\WindowsApplication1\obj\Debug
>> 03/10/2011  10:56             6.069 ResolveAssemblyReference.cache
>> 03/10/2011  13:36    <DIR>          TempPE
>> 03/10/2011  15:08            27.648 WindowsApplication1.exe
>> 03/10/2011  15:04               180
>> WindowsApplication1.Form1.resources
>> 03/10/2011  14:30               180
>> WindowsApplication1.Form2.resources
>> 03/10/2011  15:08            58.880 WindowsApplication1.pdb
>> 03/10/2011  13:40               180
>> WindowsApplication1.Resources.resources
>> 03/10/2011  15:08             2.764
>> WindowsApplication1.vbproj.FileListAbsolute.txt
>> 03/10/2011  15:04               905
>> WindowsApplication1.vbproj.GenerateResource.Cache
>> 03/10/2011  15:08               127 WindowsApplication1.xml
>>               9 File(s)         96.933 bytes
>>
>> Directory of C:\Projects\MyApp\WindowsApplication1\obj\Debug\TempPE
>> 03/10/2011  13:02             7.680 My
>> Project.Resources.Designer.vb.dll
>>               1 File(s)          7.680 bytes
>>
>> Directory of C:\Projects\MyApp\WindowsApplication1\obj\Release
>>               0 File(s)              0 bytes
>> ============
>>
>> Thank you.
>>
>> _______________________________________________
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>>
>>
>> _______________________________________________
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to