Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 285836

Summary: Tag pattern in SVNFetchFactory to restrictive, i.e. no dots allowed
Product: [Technology] Subversive Reporter: ttest <ttest>
Component: CoreAssignee: Igor Burilo <igor.burilo>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: a.gurov, apupier, clay, jtk499, stephan.herrmann
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description ttest CLA 2009-08-06 05:57:46 EDT
Build ID: I20090611-1540

Steps To Reproduce:
I want to use SVN fetch with a map file entry like:
plugin@org.foo.myplugin=SVN,\
	url=https://www.foo.org/svn/development/core,\
	tag=branches/1.2,\
	path=foo/org.foo.myplugin,\
	username=${svn.username},\
	password=${svn.password}

The pattern [a-zA-Z_0-9-]+ in org.eclipse.team.svn.pde.build.SVNFetchFactory prevents me from doing this. The factory then throws a RuntimeException "Tag doesn't match to pattern." in the method parseMapFileEntry.


More information:
Comment 1 Alexander Gurov CLA 2010-11-12 14:56:56 EST
Fixed.