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

Commits files to subversion from 2 different directories

From: ying lcs <yinglcs_at_gmail.com>
Date: 2007-01-14 17:27:47 CET

Hi,

i have 2 directories of source code:
1. org-source
2. modified-source (org-source + modified source code, don't exactly
remember which files have changed).

and i want to use subversion to do version control. Here is what I did:
1. create a new repository 'source' in subversion
2. cd to org-source and
   svn import . file:///srv/svn/repositories/source --message "Initial import"

Then, I want to
3: tag all the files in the source with a label called 'VERSION1"
4: commit all files in the directory 'modified-source' to subversion
so that subversion can figure out what files are different. And it
will create a new version if the files is different and add the files
to the repository if it is a new file.
5. tag all the files in trunk with a label called VERSION2"

Can you please tell me if step 3 and 4 are possible?

Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 14 17:28:34 2007

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.