This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 188934 - Netbeans doesn't accept relative paths for default pull and push
Summary: Netbeans doesn't accept relative paths for default pull and push
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: PLAN
Depends on:
Blocks:
 
Reported: 2010-07-25 11:38 UTC by telespalla_filone
Modified: 2011-11-22 15:51 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description telespalla_filone 2010-07-25 11:38:23 UTC
Now is not possible to pull from default in Team menu if the default pull path is set in relative way. Let's say I have the following folder structure for my working environment:

ProjectCollector
--Working1
----Project
--Working2
----Project
--Incoming
----Project

It would be great to be able to set the default path for pulling on Working1/Project and Working2/Project as ../../Incoming/Project. I can pull using such a path from command line but if I set it in Netbeans Mercurial Properties the command "Team-Share-Pull from default" returns an error.

Thanks for your great work, keep doing. Regards

Filippo
Comment 1 Ondrej Vrabec 2011-11-21 14:50:02 UTC
fix: http://hg.netbeans.org/core-main/rev/c66abd7f12d5
Comment 2 Quality Engineering 2011-11-22 15:51:30 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/c66abd7f12d5
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #188934 - Netbeans doesn't accept relative paths for default pull and push