Search found 19 matches
- Sun Jan 31, 2010 10:14 pm
- Forum: Polarion SubTrain
- Topic: *** Subtrain 1.6 released ***
- Replies: 6
- Views: 36172
Re: *** Subtrain 1.6 released ***
We will release an update shortly after the SVN 1.7 release
- Thu Oct 15, 2009 7:57 pm
- Forum: Polarion SubTrain
- Topic: *** Subtrain 1.6 released ***
- Replies: 6
- Views: 36172
*** Subtrain 1.6 released ***
We are proud to announce the release of Subtrain 1.6.
Grab it here: http://www.polarion.com/products/svn/subtrain.php
We fully updated the admin training to cover a lot of exciting 1.5 and 1.6 stuff, like write-through proxy and file externals.
Feel free to post your remarks!
Regards,
ldornbusch
Grab it here: http://www.polarion.com/products/svn/subtrain.php
We fully updated the admin training to cover a lot of exciting 1.5 and 1.6 stuff, like write-through proxy and file externals.
Feel free to post your remarks!
Regards,
ldornbusch
- Tue Oct 21, 2008 2:57 pm
- Forum: Polarion SubTrain
- Topic: **Subtrain 1.5 released**
- Replies: 0
- Views: 12724
**Subtrain 1.5 released**
Hi there, we are proud to announce the release of [b]subtrain 1.5[/b] . We have new structure, new exercises-concept and also support for svn1.5. For example there is a batch file which generates all steps for each exercise. So you can just start with the exercise you are interested in. We shortened...
- Mon Mar 03, 2008 10:27 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Copying entire Polarion Projects
- Replies: 4
- Views: 6269
Re: Copying entire Polarion Projects
Hi Christian, ok, I understand, in this case you can use a collection of workitem inside a LiveDoc(note that LiveDoc-option is only available in Polarion Enterprise Ed.) You can create a fixed set of Workitems inside a LiveDoc and assign WorkitemIDs after project creation. You can also edit the Work...
- Mon Mar 03, 2008 9:55 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Copying entire Polarion Projects
- Replies: 4
- Views: 6269
Re: Copying entire Polarion Projects
Hi, Christian you can use the templates, if you want to copy the project-configuration. It is very straightforward to create a template: Just create your desired Project-structure into your template folder. If you create a polarion project, Polarion will copy this template structure into your new cr...
- Tue Dec 04, 2007 3:58 pm
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Installing as a Windows Service
- Replies: 4
- Views: 6222
- Thu Oct 25, 2007 10:42 am
- Forum: Polarion Subversive - Eclipse Client for SVN
- Topic: externals and svn_load_dirs from subversive
- Replies: 2
- Views: 3961
externals and svn_load_dirs from subversive
Hi,
what problems do you want to solve? In which way do you want to have it easier?
I think svn_load_dirs.pl does a pretty good job.
Greetings,
Lutz Dornbusch
what problems do you want to solve? In which way do you want to have it easier?
I think svn_load_dirs.pl does a pretty good job.
Greetings,
Lutz Dornbusch
- Tue Oct 23, 2007 3:59 pm
- Forum: Polarion Subversive - Eclipse Client for SVN
- Topic: [false alarm]virus in subversive 1.1.7 release
- Replies: 3
- Views: 4622
RE: virus in subversive 1.1.7 release
Hello dea, can we change the Subject of your first post, so it won't sound so "dangerous"? For people just reading the headlines it could be a bit disturbing to read of a virus in a release.. I would like to change subject to [false alarm]virus in subversive 1.1.7 release Anybody objects? ...
- Fri Oct 19, 2007 9:03 am
- Forum: Polarion Subversive - Eclipse Client for SVN
- Topic: How to merge from branch/tag to trunk an vice versa
- Replies: 1
- Views: 3783
AW:How to merge from branch/tag to trunk an vice versa
Hi, You cannot merge a branch into trunk directly in a single operation in your repository. This would commit conflicts into your repository which you surely not want. 1. You have to check out your target(where you want to merge to: for example: merge changes from branch to trunk: check out trunk) 2...
- Wed Sep 26, 2007 8:17 am
- Forum: Polarion Subversive - Eclipse Client for SVN
- Topic: Updating a project which was moved
- Replies: 2
- Views: 4028
re: Updating a project which was moved
Hi etiennel, What are we doing wrong? Nothing, but the question is here: what do you expect? SVN will surely not "bend" your workingcopy to a new place without informing you. So this is how you solve this issue: 1. Developer B has to figure out where the files have moved (look into history...
- Mon Sep 24, 2007 12:08 pm
- Forum: Polarion Subversive - Eclipse Client for SVN
- Topic: In Eclipse, SVN a far cry from CVS
- Replies: 6
- Views: 9335
Re: In Eclipse, SVN a far cry from CVS
[...] We are both seeing similar problems, mainly having to do with renaming and moving files and subpackages -- it is really easy to create a mess, even to the point of having to disconnect SVN, make the changes locally, and then repeatedly and selectively spoon feeding the SVN commits to clean up...
- Mon Aug 20, 2007 8:13 am
- Forum: Polarion Subversive - Eclipse Client for SVN
- Topic: Remote file status
- Replies: 4
- Views: 4505
no realtime status in svn
hello again, this is a common svn workflow: you cannot see the realtime status of a file on server. This is a limitation of subversion itself. Usually you should not need to know who is changing a file. Subversion will keep track of this. Otherwise, if you have often out-of-date errors and/or confli...
- Mon Aug 20, 2007 8:09 am
- Forum: Polarion Subversive - Eclipse Client for SVN
- Topic: Commit and locked files
- Replies: 3
- Views: 3983
usage of svn:needs-lock property
Hello, you can use the svn:needs-lock property. svn will checkout the files with this property write-protected, so you need to acquire a lock via svn lock before you can edit a file. Problem: some file editors will not notify you about a writeprotected file and will just overwrite the old file. Gree...
- Sun Aug 12, 2007 8:43 pm
- Forum: Polarion Subversive - Eclipse Client for SVN
- Topic: Remote changes are not visible
- Replies: 1
- Views: 3290
Hello Mumpitzstuff, unfortunately this is a common working cycle with cvs / svn and in this case outside of scope of subversive development. Usually more than 1 developer should not work on the same lines in a file(note that two developer can edit the same file as long as they edit not the same line...
- Sun Aug 05, 2007 11:31 am
- Forum: Polarion Subversive - Eclipse Client for SVN
- Topic: Rename file and then move them to a new package
- Replies: 1
- Views: 2532
Hi Lars, this is a limitation of svn, so it is not possible to fix this in subversive. The SVN-Team is working hard, to implement an atomic rename, which probably will fix this issue, however at the moment this is a limitation in the svn workingcopy. Maybe you can move your file and rename it on the...