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

Re: query on svn copy

From: N D <niranjan8712_at_gmail.com>
Date: Tue, 21 Oct 2008 14:50:59 +0200

But the manual says:

WC -> URL

Immediately commit a copy of WC to URL.
I am using the above flavour of the svn copy operation: svn copy WC URL
If this a commit of a WC to the URL, how can this be a server side
operation?

My commands are somthing like
1. svn mkdir : make a directory of a desired tag name
2 svn copy WC URL to that tag.

Should I do a add operation before I do the svn copy? If yes, how do i
search for all the ? marked items. what I want is: dump the WC to the tag
name as in 1, 2.

Please help

On Tue, Oct 21, 2008 at 2:44 PM, vishwajeet singh <dextrous85_at_gmail.com>wrote:

> Unless you add those files to Subversion they will not go into tags.
> As creation of tags takes place on server side and your working copy
> reamins at what ever state it was and local changes do not go into tags.
>
>
> On Tue, Oct 21, 2008 at 5:49 PM, N D <niranjan8712_at_gmail.com> wrote:
>
>> Hi all,
>>
>> my build process preapres some new files in the working copy.
>>
>> when i do a svn status --no-ignore on my working copy I see ? against
>> these newly generated files.
>>
>> when i tag the working copy into the repository using svn copy operation
>> (in the build script), will the ? marked items go into the designated tag as
>> well? I checked the newly created tag, but could not find these in the tag.
>>
>>
>>
>
>
>
> --
> Cheers,
> Vishwajeet
> http://www.singhvishwajeet.com
>
Received on 2008-10-21 14:51:21 CEST

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.