English 中文(简体)
颠覆行为是否污染了我的项目,或者我是否做过错?
原标题:Is Subversion polluting my project, or am I doing something wrong?

I m using Visual Studio 2008 for a C# project; we re also using (company mandated) Subversion and Tortoise. After getting the latest files uploaded by my colleague, the project won t compile for me because I get the err msg:

“Files” 无效价值“<<<<<<< mine”。 非法性

A search revealed that this is in a file named "GOHRFTracker.csproj.FileListAbsolute.txt"

我对此持怀疑态度(FileListAbsolute)是一种颠覆性文件。 因此,为什么需要编纂? Can 我只是删除该档案,改称它,去除犯罪“和”、“与”、“与”、“与”、“与”、“与”、“......”或......?

问题回答

这是冲突的一个标志。 你和你的同事对这一项目档案有矛盾的变化。

Try the Agent SVN Subversion plugin for Visionroom. 我认为,帮助我尽量减少这种合并/冲突问题。

这意味着特别志愿人员在案卷中发生冲突。 您最后一次从存放处更新你的机器时,你们是否收到冲突信息?

另外,快速通道显示,档案材料是由视觉演播室生成的,而不是转播:。 * 全部印发。

利用托里兹,你需要解决冲突。 它用来表明冲突以及在冲突发生时各方的贡献。

你们需要挑起冲突。 之后,一旦冲突变得不友善,国家特别安全局将消除这些冲突。

如果您使用Titoise SVN:

Right Click on the debug rafters in the bin and obj rafters thatudio Makings > selected Tortoise SVN > Unversion and Add toook list > Debug (recursively).

Clean out the contents of these folders and rebuild. Good Luck!





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签