问题标签 [visualsvn]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
628 浏览

svn - 提交后挂钩和跟踪

我的提交后挂钩脚本和跟踪存在一些问题 - 希望有人能提供帮助。

脚本都工作正常 - 没有错误 - 但由于某种原因 trac 没有更新。我打开了日志记录,发现了这个:

但是票中没有任何更新?根据http://svn.edgewall.com/repos/trac/branches/0.11-stable/contrib/使用 Trac 本身的标准脚本等进行提交后挂钩?

有任何想法吗?

编辑:我有 3 个用户是 TRAC_ADMIN - 不确定是否存在权限问题?即没有匿名用户等

0 投票
1 回答
370 浏览

icons - 视觉 svn 将覆盖图标添加到奇怪的目录

我在我的 Windows 机器上使用 Visual SVN,到目前为止一切正常。但是几天以来,我的 c:\Programme c:\Recycler 和我的 c:\ 驱动器上的其他几个文件夹上都有覆盖图标(问号)。所有与编程相关的东西都在 d:\ 上,所以我觉得很奇怪,看到它们让我很恼火。

我一直在搜索 .svn 文件和目录,希望如果我删除它们,覆盖层会消失,但我没有找到任何文件或目录。

有谁知道这个问题?提前感谢您的任何答案。

0 投票
5 回答
883 浏览

svn - 如何修复 subversion (VisualSVN) 存储库

我有一个我承诺的颠覆存储库,它的硬盘驱动器崩溃了。我最新的备份落后了一个修订版。我无法提交到备份的存储库,因为工作副本是提前一个修订版。你如何解决这个问题?

0 投票
2 回答
718 浏览

svn - 在 SVN 中提交/评论之前显示清单

目前我们使用 TortoiseSVN 和 VisualSVN 作为我们的源代码控制。我已成功更改预提交挂钩以阻止将不需要的文件等提交到存储库。但是我现在想要实现的是一个清单,它将在提交之前充当辅助回忆录。

这可能吗?如果是这样,需要做什么我看不到它如何与 pre-commit 挂钩工作,因为我希望在他们点击上下文菜单上的提交时显示检查列表以显示所有更改的文件和日志信息?

0 投票
7 回答
447 浏览

visual-studio - 寻找 Hosted Subversion 和 Visual Studio 插件组合

谁能推荐一个经过验证的托管 Subversion 解决方案和受支持的 Visual Studio 插件的组合?我喜欢 wush.net 提供的服务,我喜欢 VisualSVN 作为 IDE 插件,但看起来 wush.net 不支持通过 VisualSVN / TortoiseSVN 访问。

有什么建议么?谢谢!

0 投票
6 回答
17312 浏览

visual-studio - AnkhSVN 与 VisualSVN

我们正在考虑在我的工作中切换到 SVN,所以我想知道 VS2008(以及 2010 年问世时)的 SVN 插件。经过一番研究,我发现了 AnkhSVN 和 VisualSVN,这两个似乎最占主导地位。(我知道 TortoiseSVN 并将与它一起使用该插件)。

我知道以前有人 这个问题,但是这些问题是在差不多一年前提出的,我们都知道很多事情会在一年内发生变化。

问题:根据您的经验,哪个更好,为什么?

0 投票
2 回答
7097 浏览

svn - 尝试从分支合并时出现 SVN 错误

我正在尝试合并从分支到主干的更改,用于单个文件和单个修订。

我使用 VisualSVN 作为前端。

所以我右键单击文件,Visual SVN -> Merge,然后选择“Merge a range of revisions”,然后输入修订号(来自日志)并点击 Next。然后我点击“测试合并”</p>

我得到的是以下错误:

资源上不存在“ http://subversion.tigris.org/xmlns/dav/md5-checksum ”。

任何想法为什么会发生这种情况?

0 投票
1 回答
210 浏览

svn - 从 1.4.6 升级后,Visual SVN 1.5 中没有显示日志

问题是关于升级后显示日志无法正常显示的问题。

我将我的存储库从 Linux 的 SVN 1.4.6 升级到 Windows 中的 Visual SVN 1.5。

解释这里的步骤:

  1. 我从 1.4.6 SVN 获取了完整的 SVN 存储库 - 说存储库名称为 Repo1.4.6
  2. 我使用以下命令升级了 SVN1.4.6

    svnadmin升级Repo1.4.6

  3. 存储库 Repo1.4.6 包含修订号。1 到 1000

  4. 我只从 Repo1.4.6 中提取了最后 20 个版本,用于上述命令的是:

svnadmin 转储 Repo1.4.6 -r 980:1000 >DRepo1.4.6

Drepo1.4.6 是转储名称。

  1. 在 Visual SVN 1.5 中创建了一个新存储库 - 说存储库名称为 Repo1.5
  2. 我使用以下命令上传到转储到新的 Repo1.5

svnadmin 加载 Repo1.5 >DRepo1.4.6

  1. 测试了 Repo1.5,它正确地包含了所有 20 个修订版。我也可以办理入住。
  2. 但是当我通过tortoise SVN的Repo broser访问Repo1.5并查看显示日志时,没有看到之前的20个修订和新修订的日志评论。

如果我在这里错过了任何步骤,请告诉我,并帮助我查看日志。

0 投票
4 回答
21173 浏览

svn - 如何备份和恢复svn中的所有源代码?

现在我正在使用 Windows XP。如果我只是在可视 SVN 中复制整个存储库文件夹,一旦服务器关闭,我如何通过备份的存储库文件夹恢复它?在视觉 svn 中备份和恢复的另一个更好的解决方案?

顺便问一下,在可视化源代码管理中有什么备份和恢复的方法吗?

0 投票
1 回答
210 浏览

visual-studio-2008 - How can I use SCM on linked files in VS2008 projects?

Background:

I'm using Visual-SVN V. 1.7.5 with VS2008. I'm fairly new to SVN.

I have a Solution that uses source files that will be shared with other Solutions.

I've put these files in a folder called "Shared", and added them to my Solution using

"Add -> Existing Item... -> Add As Link"

which works fine as far as VS2008 is concerned.

But when I try to add the linked files to SVN using the "Add to Suversion" menu item on the file's context menu, I get a warning:

"...not added to Subversion because it is out of working copy. Please setup working copy root using Visual SVN -> Set Working Copy Root menu".

I tried this, but this seems to change the root directory of the whole solution - not what I want to do.

Googling and searching SO indicates that I may want to set up some SVN Externals. I tried to follow the examples, using the command line for the first time with Visual-SVN. But I just got a bunch of error messages I didn't understand.

Questions:

  1. Are Externals the way to go here?

  2. If so, can someone provide some detailed, step-by-step help on how to do this with Visual-SVN?