[jboss-user] [JBoss Seam] - Re: Seam moves from CVS to SVN

2008-02-11 Thread mars1412
I am using subclipse:* rename from myfile to myFile does not work
  | that does not work directly in SVN, but there are workaournds:
  | 
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-rename.html#tsvn-dug-renameincase
  | * ignoring directories and files
  | that works for me, there is an 'Add to svn:ignore' option 
  | * checking in an empty directory seems to work
  | * concurrent access
  | what about svn-locking?
  | http://svnbook.red-bean.com/en/1.2/svn.advanced.locking.html
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128294#4128294

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128294
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam moves from CVS to SVN

2008-02-11 Thread wchico2
Hi,

Here's the info that I have been told:

- when refactoring e.g. 
  1) create MyTestclass 
  2) refactor by rename to "MyTestClass"
  3) Consequence: one cannot check in "MyTestClass" because
 SVN has problems with differing upper case/lower case 

- another refactoring example, this time for packages
  1) create this.is.my.package 
  2) refactor by rename to "this.is.your.package"
  3) Consequences:
 - one cannot check in the new package structure 
 - the old package structure cannot be deleted ("out of 
transaction")
 - after a complete re-checkout of the Eclipse project, 
   the rsp. classes have been doubled

- no empty directories can be checked in

- directories cannot be excluded from versioning (.cvsignore-like)  e.g. for
  temporary usage of Ant build processes; as a result, after each build the 
  Eclipse project automatically changes its status to 'changed'..

- info messaging to inform on concurrent access of sources that are
  checked in has not been implemented or is not functional
- further issues not mentioned anymore by the developer

Note that these tests are already some time ago. 
So I would like to know if you have come across these issues, 
thanks very much.

Best wishes,
Wolfgang.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128279#4128279

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128279
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam moves from CVS to SVN

2008-02-08 Thread wchico2
Actually, I have to wait for a colleague who knows further details and who will 
tell me more about it on Monday (..if you can wait so long and tolerate my 
abuse of this list ;;)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127853#4127853

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127853
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam moves from CVS to SVN

2008-02-08 Thread mars1412
i also use subclipse - everything works fine for me. renaming files also works:

what exactly is your problem with refactoring?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127846#4127846

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127846
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam moves from CVS to SVN

2008-02-08 Thread [EMAIL PROTECTED]
Eclipse does not have any svn plugins  built in.

There exist 2 that you can download subclipse and subversive.

I use subclipse and have had not seen any issues when refactoring (except in 
the beginning where I had used an incompatible svn command line client with the 
local repository)



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127839#4127839

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127839
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam moves from CVS to SVN

2008-02-08 Thread wchico2
BTW I am curious because we are also at the point of doing a move to SVN (or 
not ; , and, yes, I know it maybe a bit off-topic.. ;)

Developers here work with Eclipse which, as we noticed, has a problem when 
refactoring where the Eclipse built-in SVN client somehow gets confused and 
breaks. 

So I was wondering what IDE(s) you use where this problem does not arise (or 
has not been noticed so far ;)

Thanks for a hint,
Wolfgang.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127831#4127831

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127831
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam moves from CVS to SVN

2008-01-20 Thread [EMAIL PROTECTED]
I hadn't noticed that.

I asked JBoss IT to take a look.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121620#4121620

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121620
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam moves from CVS to SVN

2008-01-20 Thread cavani
Hi,

Nice move... Thanks!

I used to follow Jira issue by FishEye's links, but now, this feature had gone.

i.e.: (same commit comment in both systems) 

before:

http://fisheye.jboss.org/changelog/JBoss/jboss-seam?cs=MAIN:cbauer:20080116014042

now:

http://fisheye.jboss.org/changelog/Seam/?cs=7140

But it is working fo absolute location:

http://fisheye.jboss.org/changelog/Seam/?cs=7149

This feature helps a lot, but is not indispensable. So, I am asking for it it 
is easy.

Thanks,

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121612#4121612

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121612
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam moves from CVS to SVN

2008-01-17 Thread thejavafreak
Great news Pete. This is something we've been waiting for. Now we can check out 
Seam source. Thanks for the hardwork you guys put all into this Seam project.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121148#4121148

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121148
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam moves from CVS to SVN

2008-01-17 Thread [EMAIL PROTECTED]
The move has happened:

*  Notifications are being sent to [EMAIL PROTECTED] - goto 
https://lists.jboss.org/mailman/listinfo/seam-commits to subscribe
*  Comitter access is at: https://svn.jboss.org/repos/seam/
*  Anonymous access is at: http://anonsvn.jboss.org/repos/seam/
*  ViewVC is available at: http://viewvc.jboss.org/cgi-bin/viewvc.cgi/seam/
*  Fisheye is available at: http://fisheye.jboss.org/browse/Seam

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121119#4121119

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121119
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam moves from CVS to SVN

2008-01-17 Thread [EMAIL PROTECTED]
All of these addresses will become active after the migration happens, watch 
for updates.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120843#4120843

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120843
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam moves from CVS to SVN

2008-01-17 Thread [EMAIL PROTECTED]
We will have a new fisheye address. IT will set that up after doing the 
migration. I will post back and update the guides on the wiki once this is in 
place.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120842#4120842

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120842
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam moves from CVS to SVN

2008-01-17 Thread cavani
Hi,

Sounds good to me, but what about FishEye?

http://fisheye.labs.jboss.com/changelog/JBoss/jboss-seam

Thanks,

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120840#4120840

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120840
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user