svn:ignore and svn merge - quick questions
From: Z W <mpc8250_at_gmail.com>
Date: Sat, 27 Apr 2013 09:51:26 -0700
Hi All
We like to ignore a set of jar files under our working copy root directory:
working copy root dir: /scratch/testMerge
We tried to perform merging from a trunk to our working copy branch and it
(eg /scratch/testMerge/build/jars/a.jar)
We like to use svn:ignore to ignore the jar files so that the conflict
/scratch/testMerge/build/jars/*.jar
We tried
svn propset svn:ignore -F /scratch/testIgnorePropSetList.txt
But conflict still shows for a.jar when merging from trunk to working copy
--- Merging r555 into '/scratch/testMerge':
C /scratch/build/artifacts/jars/a.jar
How do we set it right ?
Thank you
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.