svn

Migration from SVN to GIT, suggest, please, repository structure

Deadly 提交于 2020-01-03 00:45:28
问题 Currently we are using SVN and we have very specific repository structure. Project contains many modules, and we are building app for concrete customer using that modules and main solution file specific for engagement. So repository for app contains external references to modules (we prefer to use latest version in most cases) and app project. Structure is not very convenient. We want to migrate to GIT. Could you recommend structure in git to satisfy our needs and goal to build apps as lego

XCode 5 crash on loading the project

末鹿安然 提交于 2020-01-02 23:12:21
问题 My Xcode 5 crashes each time i want to open a project. I deleted the derived data, the cache, the preferences and reinstall xcode. I don't know what i should do know. I can't work. Here is the failure message. PLease help me. I looked a lot about this in the internet. Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information: ProductBuildVersion: 5A1413 ASSERTION FAILURE

What is the standard way to handle web.config files in SVN that differ between servers?

房东的猫 提交于 2020-01-02 13:11:46
问题 I am trying to determine a good way to handle web.config files that differ between environments. My workstation, development server, staging server, and production server have slightly different settings in the web.config file. I would like to keep the different web.config files under version control. In addition to the the history, it makes moving files between servers easy. What is the best way to handle this situation? Here is my current strategy/procedure: My project contains 4

Convert Subversion repository to Mercurial

泄露秘密 提交于 2020-01-02 13:11:36
问题 I am trying to convert an SVN repository to Mercurial, but I'm having some troubles. These are the steps I've taken: (I am on Windows) Turned on "convert" in the extensions Opened a command window, and typed: hg convert http://myversioncontrorepositoryhere It says it's initializing the destination folder and then asks: Enter username for Administration at http://myversioncontrorepositoryhere: type my username then in Administration at http://myversioncontrorepositoryhere: I assume this is my

What is the standard way to handle web.config files in SVN that differ between servers?

杀马特。学长 韩版系。学妹 提交于 2020-01-02 13:11:29
问题 I am trying to determine a good way to handle web.config files that differ between environments. My workstation, development server, staging server, and production server have slightly different settings in the web.config file. I would like to keep the different web.config files under version control. In addition to the the history, it makes moving files between servers easy. What is the best way to handle this situation? Here is my current strategy/procedure: My project contains 4

svn client timing out and corrupting WC state

▼魔方 西西 提交于 2020-01-02 11:00:22
问题 When I commit large changes - hundreds of megabytes - the client timesout even though the check-in does go through. When I right-click on WC and show log, TSVN shows that WC revision does NOT get updated even though the check-in actually occurred. I've tried using TortoiseSVN 1.9.5, Build 27581 - 64 Bit and command line svn version 1.9.5 (r1770682) . QUESTION Is there a way to increase the timeout of the client? 回答1: If you are using HTTP to connect to the server (as it appears to be the case

svn client timing out and corrupting WC state

天大地大妈咪最大 提交于 2020-01-02 11:00:22
问题 When I commit large changes - hundreds of megabytes - the client timesout even though the check-in does go through. When I right-click on WC and show log, TSVN shows that WC revision does NOT get updated even though the check-in actually occurred. I've tried using TortoiseSVN 1.9.5, Build 27581 - 64 Bit and command line svn version 1.9.5 (r1770682) . QUESTION Is there a way to increase the timeout of the client? 回答1: If you are using HTTP to connect to the server (as it appears to be the case

converting messy svn repository to git

痞子三分冷 提交于 2020-01-02 09:54:56
问题 I am trying to convert a slightly messy svn repository to git. I tried reading some guides and other SO questions, but get a little lost as to what's the best way to follow. The SVN repository has a top-level folder structure with folders, something like: |- client |- server |- website |- misc Most of those folders have the 'standard' svn structure: i.e. trunk , branches and tags . Some are just flat folders however. |- client |- trunk |- branches |- tags |- server |- trunk |- branches |-

SVN check-in to close redmine issue ticket [duplicate]

孤人 提交于 2020-01-02 09:54:18
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: Automaticly close Redmine Task with commit comment Does anyone know how to force a link between SVN and a Redmine issues. Most of the things I’ve seen on the web are related to using bash scripts and pre-commit hook, but we have a windows installation, so was hoping for something that would work in windows with little change to the server (i.e. minimal installation of third party programs). For the moment, we

Automatically sync Git to SVN

孤街浪徒 提交于 2020-01-02 09:12:22
问题 Summary: What I'd like to accomplish is to periodically push a bare Git repository into Subversion so others can examine it, using an unattended script. I don't need the opposite direction, SVN -> Git. I hope someone will help me get this done. The other threads I've seen are oh-so-close to what I need, but none have the full, plausible solution. Pushing an existing git repository to SVN was extremely helpful. My problem: My employer maintains a Subversion server that has offsite backup, has