[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Subclipse-users] svnant 1.3 and non recurse checkout

From: ank <ankushchadha2003_at_yahoo.com>
Date: Mon, 4 Jan 2010 14:03:22 -0800 (PST)

I am observing weird behavior by doing a non recurse checkout using svn ant task.

Environment Details:

svn ant task version=1.3
svn version=1.6
ant version=1.6.5
JDK=1.5

Doing a non recurse checkout expect folders to be present in the working copy, i.e.

svn structure:
trunk/proj/abc1/
trunk/proj/abc2/
trunk/proj/a1.txt
trunk/proj/a2.txt
trunk/proj/a3.txt

A non recurse svn checkout on trunk/proj folder expects folders like abc1 to be present. The depth should be set to files instead of immediates.

I noticed two behaviors, I don't know what is causing this variation.

If abc1 folder already exists, then it throws

Caused by: org.tmatesoft.svn.core.SVNException: svn: Directory
'abc1' is missing
svn: Directory 'abc1' is missing

On another occasion, it started deleting files/folders under the abc1 folder if it already exist which is scary.

Has anyone noticed this behavior? I just moved from svn 1.4 to 1.6 and upgraded svnant from 1.1 to 1.3 and started observing strange behavior while doing a non recurse checkout.

Ankush

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2434731

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2010-01-04 23:11:10 CET

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.