svn

What is the packages directory in Visual Studio? Should I include it in SVN?

假如想象 提交于 2021-02-06 06:38:27
问题 I'm working with ASP.NET MVC 4 in Visual Studio 2010 for the first time, and I control source code with SVN. I used to work with MVC 1 in Visual Studio 2008, where I had my own filter for svn:ignore *.pdb *.exe *.dll debug/* release/* *.user *.suo obj/* bin/* obj bin VSMacros80 Thumbs.db _ReSharper.* but it doesn't apply in the same way now because the project has some new folders, as the packages folder, and I don't know which of them must be versioned. About the packages folder, should I

What is the packages directory in Visual Studio? Should I include it in SVN?

妖精的绣舞 提交于 2021-02-06 06:32:59
问题 I'm working with ASP.NET MVC 4 in Visual Studio 2010 for the first time, and I control source code with SVN. I used to work with MVC 1 in Visual Studio 2008, where I had my own filter for svn:ignore *.pdb *.exe *.dll debug/* release/* *.user *.suo obj/* bin/* obj bin VSMacros80 Thumbs.db _ReSharper.* but it doesn't apply in the same way now because the project has some new folders, as the packages folder, and I don't know which of them must be versioned. About the packages folder, should I

What is the packages directory in Visual Studio? Should I include it in SVN?

眉间皱痕 提交于 2021-02-06 06:32:38
问题 I'm working with ASP.NET MVC 4 in Visual Studio 2010 for the first time, and I control source code with SVN. I used to work with MVC 1 in Visual Studio 2008, where I had my own filter for svn:ignore *.pdb *.exe *.dll debug/* release/* *.user *.suo obj/* bin/* obj bin VSMacros80 Thumbs.db _ReSharper.* but it doesn't apply in the same way now because the project has some new folders, as the packages folder, and I don't know which of them must be versioned. About the packages folder, should I

Large SVN checkout fails sporadically

强颜欢笑 提交于 2021-02-05 21:31:17
问题 I'm currently experiencing issues during a large, full SVN repository checkout (20GB+), where the checkout process will halt randomly. The repository is composed of many small text files and a few large CSV files. It's been difficult to narrow down the issue as the error only pops up a few hours into the checkout. From what I've seen, it's not a specific file that halts the process and verifying using svnadmin returned no errors. Errors: Typical Apache Error Log: Unable to deliver content.

Large SVN checkout fails sporadically

爷,独闯天下 提交于 2021-02-05 21:22:31
问题 I'm currently experiencing issues during a large, full SVN repository checkout (20GB+), where the checkout process will halt randomly. The repository is composed of many small text files and a few large CSV files. It's been difficult to narrow down the issue as the error only pops up a few hours into the checkout. From what I've seen, it's not a specific file that halts the process and verifying using svnadmin returned no errors. Errors: Typical Apache Error Log: Unable to deliver content.

How to recover SVN Revision History after a “Replace” action on a File

帅比萌擦擦* 提交于 2021-01-29 20:18:40
问题 I have completed a "replacing" action on a single file and committed it. See the TortoiseSVN "Show Log" window below. It now has no revision history. Forgive my novice level and unfamiliarity with SVN and TortoiseSVN, but I am in need of layman's instructions for restoring the revision history of a single file after I performed and committed the "replacement" action on it. I have tried to checkout an older revision of that file, but the revision history is not recovered. Thank you in advance

enabling Subversion access via Apache web server and DAV on Ubuntu

微笑、不失礼 提交于 2021-01-29 14:16:36
问题 I have an Ubuntu 20 running on a PC on my home network that I want to use as a Subversion server within my house on my local network. I have Apache web server installed as well as Subversion installed and I now want to add access through the Apache web server using the HTTP DAV protocol. I intend to use Visual Studio with the Ankh plug-in on a Windows PC with the Subversion on the Ubuntu server for storing my source code repository. What is the current way of modifying the Apache

How to diff between a git and svn repos

社会主义新天地 提交于 2021-01-29 12:14:46
问题 I recently forked a project in github and made a clone on my disk. I was working on this same project which I had on SVN before I find that someone else also worked on it. I don't have write access on SVN repo. I only have a changed copy on my disk. Now I have a clone of my own git and a SVN clone. I want to apply my changes in SVN copy to my git clone. Do you know any tool for Windows which can help? I know git-svn does something similar but I am not sure if it would work with a local copy

Migrate from VSS to SVN retaining history

六月ゝ 毕业季﹏ 提交于 2021-01-29 10:38:08
问题 We are trying to use http://vss2svn.codeplex.com/ to migrate from VSS to SVN but we also want to retain the history. We are trying to find out what pre-commit hook scripts need to be used for this, if these are readily available and can be used as-is. Thank you. Regards, Rupa 回答1: We had good experience with VSS2SVN including the history (formerly in Google Code). If I remember it correctly, no customization or hook modification was required. It was quite fast and reliable even with huge

Synchronize git-svn branch with git repository

风流意气都作罢 提交于 2021-01-29 05:09:58
问题 We have a client that has SVN as version control. We have to work with their repository and they don't want to create branches for us, only the branch they deploy, so we cannot create small commits, only a big one when the feature is ready to be deployed. I've read about git-svn and I think it's almost the perfect solution. But is there a way of synchronizing locally created branches with an external repository? Both to backup and sync with other people. I mean, you have the SVN repository.