English 中文(简体)
赫德森更新项目
原标题:Hudson update doesn t download "svn:externals" projects

我有一个项目,有一个子。 该分册有3个儿童夹:

D:MainFolder
|---SubFolder
    |----ChildrenFolder1
    |----ChildrenFolder2
    |----ChildrenFolder3

SVN 外部使用Tortoise。 当我使用Windows的“环境菜单”更新时,所有东西都正确下载。 但是,问题在于哈得德更新进程。

它没有将外部人员下载到儿童基金会、儿童基金会和儿童基金会。 是否在胡德森省有一些地方缺少一个组合来指导正确下载?

The svn:externalsposition set in Tortoise for D:Mainfoder is:

SubFolder\ChildrenFolder1 svn://externalproject1/trunk/ChildrenFolder1
SubFolder\ChildrenFolder2 svn://externalproject2/trunk/ChildrenFolder2
SubFolder\ChildrenFolder3 svn://externalproject3/trunk/ChildrenFolder3
最佳回答

我在这个问题上的解决办法是:

(1) 密克特德森颠覆客户:

“entergraph

2) Using Tortoise "Repo browser", remove svn:externals from D:MainFolder and set svn:externals to the D:MainFolderSubFolder.

ChildrenFolder1 svn://externalproject1/trunk/ChildrenFolder1
ChildrenFolder2 svn://externalproject2/trunk/ChildrenFolder2
ChildrenFolder3 svn://externalproject3/trunk/ChildrenFolder3

现在,问题已经解决:

ERROR: Failed to update http://externalproject1/trunk
org.tmatesoft.svn.core.SVNException: svn: Invalid svn:externals property on   : target  /SubFolder/ChildrenFolder1  is an absolute path or involves  .. 
问题回答

We had what sounds like the same problem with Hudson silently failing to download properly configured svn:externals. I solved the problem based on the comment from Jack Ace at svn:externals not being checked out. I reset our credentials for the external repository and then it started working.





相关问题
configure SVN for Flash Action script programming

I am working as a Action Script programmer, and am included in team, the size of the team is 3. So we are working in the same shared files, the we are having a lot of conflict in the fla file and AS ...

SVN operation time on Vista/Windows 7/2008 RC2

i have a problem. When i commit or update my project using Tortoise or AnkhSVN on operating systems mentioned in title, i have to wait very long time for operation to finish. While using Windows XP ...

Tracking Versions, Builds, Revisions, with TortiseSVN

I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show Major Version, Minor ...

How do I avoid Complicated Merges in Subversion?

I m new to Subversion (SVN) coming from a Visual Source Safe (VSS) background. In VSS the person editing a file checks the file out and it locks the other users from editing it through Visual Studio. ...

Visual Studio & TortoiseSVN

We have 3 VS2008 projects. Each project builds a executable and supporting files. All 3 projects will eventually ship together as an application. Up till now we have been using a separate SVN ...

热门标签