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

[TSVN] Feature Request for committing with "svn:external directory"

From: tdkim <tdkim_at_unimo.co.kr>
Date: 2006-06-15 08:25:16 CEST

Hi all...

I tested it in TSVN 1.4.0 -r 6772.

My WC structure is
./TestWC / TestWC.txt
./TestWC / ExtDir (svn:external directory, and it hat a same repository
with TestWC.)
./TestWC / ExtDir / ExtDir.txt

When I commit modified file in TestWC directory.
1. If TestWC.txt is modifed.
   In a commit dialog, TestWC.txt is appeared. and Committing is OK.

2. If ExtDir.txt is modified.
   In a commit dialog, ExtDir/TestWC.txt is appeared. and Committing is OK.

3. If TestWC.txt and ExtDir.txt are modified.
   In a commit dialog, Both are appeared. but only TestWC.txt is committed.

So I think that
If svn:external is the same repository with a parent WC,
I want that Both(WC and svn:external directory) are commited simultaneously
with a same revision.

Is it possible?

If it is not possible,
I think that
In case 3, In a commit dialog ExtDir/ExtDir.txt must not be appeared.

Thanks for TSVN...
Received on Thu Jun 15 08:25:33 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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