On Fri, Apr 12, 2013 at 2:52 PM, Mwarne <[email protected]> wrote:
> Hello,
>
> Is it possible to have Jenkins simply check out the HEAD of our SVN
> repository.
>
> When I try to create a new project, it seems that it is downloading all
> branches -- everything for many years back.
>
> Can't I just start a project using what is in the HEAD?  Or does it have to
> load all branches into the build server first?
>

Normally svn repositories are structured with /trunk, /branches, /tags
for a project.   HEAD refers to the last revision available, not any
particular path location.  The usual appoach would be to point the
jenkins job at the trunk for a project and have it build whenever
something new is committed there - and that should not check out any
branches or tags.

--
  Les Mikesell
     [email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to