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