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

RE: How to export subdirectory with directory revision number?

From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: Fri, 20 Mar 2009 11:54:12 -0500

> -----Original Message-----
> From: kmudrovcic [mailto:kmudrovcic_at_gmail.com]
> Sent: Tuesday, March 17, 2009 9:48 AM
> To: users_at_subversion.tigris.org
> Subject: How to export subdirectory with directory revision number?
>
> If i have directory with 1 subdirectory for example
>
> directory
> ---> subdirectory
>
> And if directory has tagged revision (checked out) 100, how can i
> export the
> appropriate revision of subdirectory that represents revision 100 of
> directory? If i want to just export revision 100 of subdirectory, it
> says
> that that revision doesn't exist, obviously beause in revision 100 of
> directory, subdirectory wasn't changed.
>
> So i want to find out how to export only subdirectory from some
> directory
> reviison number?
>

Dumb question: Are you exporting from the tagged revision directory, or
from the directory you branched from (such as trunk?)

Ex:
1. svn copy /trunk /tags/release1.0
        ... revision 100 is created ...

2. svn export -r 100 /tags/release1.0/some/subdir
   or
   svn export -r 100 /trunk/some/subdir

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA623

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1365803

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-20 17:56:38 CET

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.