Re: Tag this Build - How to tag that build's workspace?

2014-08-06 Thread Eric
Ya I noticed that. I went ahead and downgraded my subversion to 1.7 so I no longer need it. On Tuesday, August 5, 2014 3:57:04 PM UTC-4, LesMikesell wrote: On Tue, Aug 5, 2014 at 10:22 AM, Eric ericlee...@gmail.com javascript: wrote: Is it safe to create a tag the following way so that I

Re: Tag this Build - How to tag that build's workspace?

2014-08-05 Thread Eric
Is it safe to create a tag the following way so that I can do what I want? svn upgrade svn copy -m Creating a Tag https:/url/svn/test/HelloWorld/trunk@%PROMOTED_SVN_REVISION% https://url/svn/test/HelloWorld/tags/%Tst Tag% copy

Re: Tag this Build - How to tag that build's workspace?

2014-08-05 Thread Les Mikesell
On Tue, Aug 5, 2014 at 10:22 AM, Eric ericleesand...@gmail.com wrote: Is it safe to create a tag the following way so that I can do what I want? svn upgrade svn copy -m Creating a Tag https:/url/svn/test/HelloWorld/trunk@%PROMOTED_SVN_REVISION% https://url/svn/test/HelloWorld/tags/%Tst Tag%

Tag this Build - How to tag that build's workspace?

2014-07-17 Thread Eric
I'm trying to tag a build with Tag this build and use that build's workspace, not the workspace revision. For instance, I set up Jenkins with my repository. Every time it does a build it creates a text file called buildnum.txt. The only thing in this text file is the current build number. So

Re: Tag this Build - How to tag that build's workspace?

2014-07-17 Thread Phillip Campbell
You can only tag revisions of a file that have been committed to your scm. You would have to commit the change to the buildnum.txt file which would increment the revision number and tag that. Tagging does not make a copy of files from your workspace, it just makes a list of pointers within the