Q: Changeset between two revisions

2010-02-05 Thread Manickavel, Senthil
Hi, I would like to create a changeset between two revisions. I have created a script to do that with svn commands. But this collects all the files in both the revisions. Is it possible for me to collect only the changed file? Script REM Create root folder md Changeset cd Changeset

RE: Q: Changeset between two revisions

2010-02-07 Thread Manickavel, Senthil
[mailto:daniel.widenf...@iar.com] Sent: Friday, February 05, 2010 11:36 PM To: users@subversion.apache.org Subject: Re: Q: Changeset between two revisions Hi, Manickavel, Senthil wrote: > Hi, > I would like to create a changeset between > two revisions. I have created a script to do that wi

Q: Command to get a file from a particular revision

2010-02-18 Thread Manickavel, Senthil
Hi, What's the command to get a file from a particular revision? I tried with "svn checkout". It takes only the directory URL. D:\>svn checkout -r 27240 https://Build.net/RAD/rad.profile.install . svn: URL 'https://Build.net/RAD/rad.profile.install' refers to a file, not a directory

Collect only the files changed

2010-02-22 Thread Manickavel, Senthil
Hi, Is there a way to collect only the files changed between 2 revisions? (without the directories) svn diff --summarize -r$FROM_REV:$TO_REV $URL_BASE With Regards, Senthil The information contained in this message may be confidential and legally protected under applicable law. The mes