Re: Is there a way to know when a tag was created?

2010-06-11 Thread kedar mhaswade
On Fri, Jun 11, 2010 at 7:19 PM, Andy Levy wrote: > On Fri, Jun 11, 2010 at 21:37, kedar mhaswade > wrote: > > svn creates a rev of the repository when you create and commit a tag. How > do > > I then know that rev when a particular tag was created. svn info > > .../tags/tag_1 seems to only prov

Re: How to automatically run some test when check-in

2010-06-11 Thread Les Mikesell
Kevin Wu wrote: Hi, I am new to svn. I want that every time someone checks in his or her code, the sever can invoke some tests, which might run on another server. The svn sever only invokes the tests; it doesn't run them. Is svn capable of doing this? You might run some ssh command as a p

How to automatically run some test when check-in

2010-06-11 Thread Kevin Wu
Hi, I am new to svn. I want that every time someone checks in his or her code, the sever can invoke some tests, which might run on another server. The svn sever only invokes the tests; it doesn't run them. Is svn capable of doing this? -- Best wishes, Kevin Wu

Re: Is there a way to know when a tag was created?

2010-06-11 Thread Andy Levy
On Fri, Jun 11, 2010 at 21:37, kedar mhaswade wrote: > svn creates a rev of the repository when you create and commit a tag. How do > I then know that rev when a particular tag was created. svn info > .../tags/tag_1 seems to only provide me current revision and last-changed > revision. I couldn't

Is there a way to know when a tag was created?

2010-06-11 Thread kedar mhaswade
svn creates a rev of the repository when you create and commit a tag. How do I then know that rev when a particular tag was created. svn info .../tags/tag_1 seems to only provide me current revision and last-changed revision. I couldn't find any way of getting that information. Does anyone know?

Re: $Rev$ expanded differently in two up-to-date checkouts?!

2010-06-11 Thread Manuel Pégourié-Gonnard
Le 11/06/2010 21:42, Mike Dixon a écrit : > On 6/11/2010 7:09 AM, Manuel Pégourié-Gonnard wrote: >> Consider the following scenario: someone copies a directory, then commit. >> Inside >> this directory, there are a few files with the $Rev$ keyword set to be >> expanded. >> Another user updates h

Embedding a working copy in a vendor branch

2010-06-11 Thread Jean-Marc van Leerdam
Hi, Over the years I have been using (T)SVN for lots of different projects, but this is something new. I want to start my own development (private repository) of some components/plugins for Joomla!. However, the folder structure of Joomla! is such that the files for these components/plugins must b

Re: $Rev$ expanded differently in two up-to-date checkouts?!

2010-06-11 Thread Mike Dixon
On 6/11/2010 7:09 AM, Manuel Pégourié-Gonnard wrote: Consider the following scenario: someone copies a directory, then commit. Inside this directory, there are a few files with the $Rev$ keyword set to be expanded. Another user updates his working copy to the same revision. Both look at the expa

Re: svnserve Windows Service and iSCSI disk does not start after reboot

2010-06-11 Thread eg
On 6/6/2010 10:47 PM, Keith Moore wrote: Hello, I have a physical (not virtual) Windows Server 2003 box set up with svnserve.exe running as an auto start windows service. svnserve starts with the following command line. "\svnserve.exe" --service -r "D:\Repositories" --listen-port "3690" --lo

Re: Migrating to SVN from zipfile-based archival. Advice?

2010-06-11 Thread Les Mikesell
On 6/11/2010 10:20 AM, Barry Callahan wrote: On 06/10/2010 06:24 PM, Lieven Govaerts wrote: All files from svn.collab.net have been copied to svn.apache.org. You're probably talking about svn_load_dirs.pl, which is the tool that the documentation refers to in the 'vendor drop' chapter. You can

Re: Migrating to SVN from zipfile-based archival. Advice?

2010-06-11 Thread Barry Callahan
On 06/10/2010 06:24 PM, Lieven Govaerts wrote: All files from svn.collab.net have been copied to svn.apache.org. You're probably talking about svn_load_dirs.pl, which is the tool that the documentation refers to in the 'vendor drop' chapter. You can find it here: http://svn.apache.org/repos/asf/

RE: Log info for a branch

2010-06-11 Thread David Aldrich
Hi Ryan and Erik > "svn update" first. That did it, thanks. > log -rHEAD --stop-on-copy TRY_7June2010 That actually gave no entries. Thanks for your help. David

$Rev$ expanded differently in two up-to-date checkouts?!

2010-06-11 Thread Manuel Pégourié-Gonnard
Hi, Consider the following scenario: someone copies a directory, then commit. Inside this directory, there are a few files with the $Rev$ keyword set to be expanded. Another user updates his working copy to the same revision. Both look at the expansion of the $Rev$ keyword in the files: they are

RE: svn move directory will create a new revision for every file inside this directory?

2010-06-11 Thread Cooke, Mark
> > You have already answered my question. > It does not create a new revision for files inside directory > that was moved. > > So, if I want to get FILE_A in REV 2 from path /DIR_B/DIR_A/FILE_A, I > must use PEGREV 4 > While I think you have answered the question it still sounds like you misu

Re: svn move directory will create a new revision for every file inside this directory?

2010-06-11 Thread Ulrich Eckhardt
On Friday 11 June 2010, Leonardo Azize Martins wrote: > It does not create a new revision for files inside directory that was > moved. Yes, the references in that directory still point to the revision where those files were last changed. > So, if I want to get FILE_A in REV 2 from path /DIR_B/DI

Re: svn move directory will create a new revision for every file inside this directory?

2010-06-11 Thread Leonardo Azize Martins
Hi Bob, You have already answered my question. It does not create a new revision for files inside directory that was moved. So, if I want to get FILE_A in REV 2 from path /DIR_B/DIR_A/FILE_A, I must use PEGREV 4 Regards 2010/6/10 Bob Archer : >> Thanks for you replay. >> >> I heve the structur

Re: Log info for a branch

2010-06-11 Thread Erik Andersson
On Fri, Jun 11, 2010 at 2:03 PM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > > On Jun 11, 2010, at 07:01, David Aldrich wrote: > > > I would like to show log information for a branch, to show when the > branch was created and when merges from the trunk were committed to the > branch.

Re: Log info for a branch

2010-06-11 Thread Erik Andersson
On Fri, Jun 11, 2010 at 2:08 PM, Erik Andersson wrote: > > > On Fri, Jun 11, 2010 at 2:03 PM, Ryan Schmidt < > subversion-20...@ryandesign.com> wrote: > >> >> On Jun 11, 2010, at 07:01, David Aldrich wrote: >> >> > I would like to show log information for a branch, to show when the >> branch was

Re: Log info for a branch

2010-06-11 Thread Ryan Schmidt
On Jun 11, 2010, at 07:01, David Aldrich wrote: > I would like to show log information for a branch, to show when the branch > was created and when merges from the trunk were committed to the branch. > > I have successfully used this command: > > C:\MyProj\branches>svn log --stop-on-copy TRY_7

Log info for a branch

2010-06-11 Thread David Aldrich
Hi I would like to show log information for a branch, to show when the branch was created and when merges from the trunk were committed to the branch. I have successfully used this command: C:\MyProj\branches>svn log --stop-on-copy TRY_7June2010 -